Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskarowski committed May 27, 2024
1 parent a188cbc commit cb99d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Presentation/View/Event/EventDetailView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
</StackPanel>
</GroupBox>
<Button Content="Update" Background="Green" HorizontalAlignment="Center" Margin="0,234,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.227,0.242" Height="26" Width="90"
Command="{Binding UpdateProduct}"/>
Command="{Binding UpdateEvent}"/>
</Grid>
</UserControl>
2 changes: 1 addition & 1 deletion Library/Presentation/View/State/StateDetailView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
</StackPanel>
</GroupBox>
<Button Content="Update" Background="Green" HorizontalAlignment="Center" Margin="0,190,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.227,0.242" Height="26" Width="90"
Command="{Binding UpdateProduct}"/>
Command="{Binding UpdateState}"/>
</Grid>
</UserControl>

0 comments on commit cb99d6a

Please sign in to comment.