Skip to content

Commit

Permalink
Fix publish button binding (#97) (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: wedgberto <david.wedgbury@yahoo.co.uk>
  • Loading branch information
chkr1011 and wedgberto authored Aug 3, 2024
1 parent 6980cbc commit 47a2849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Pages/Publish/PublishPageView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
Width="2" />

<!-- The selected item. -->
<publish:PublishItemView Margin="10"
<ContentPresenter Margin="10"
Grid.Column="2"
DataContext="{Binding ElementName=PART_Items, Path=SelectedItem}" />
Content="{Binding ElementName=PART_Items, Path=SelectedItem}" />
</Grid>

</controls:Overlay>
Expand Down

0 comments on commit 47a2849

Please sign in to comment.