Skip to content

Commit

Permalink
remove item fix (#14334)
Browse files Browse the repository at this point in the history
- fixed remove item functionality by updating datacontext to the correct one containing the command
  • Loading branch information
dnenov authored Aug 28, 2023
1 parent d1a6149 commit 2a1498e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
Width="16"
Height="16"
Margin="5,-1,0,0"
Command="{Binding ElementName=PublishInfoControl, Path=DataContext.RemoveItemCommand}"
Command="{Binding ElementName=packageContentsGrid, Path=DataContext.RemoveItemCommand}"
CommandParameter="{Binding}"
Cursor="Hand"
DockPanel.Dock="Right">
Expand Down

0 comments on commit 2a1498e

Please sign in to comment.