fix(confirmations): roll back the erroneously assigned ConfirmCommand in PurchaseConfirmation

This commit is contained in:
achiez
2026-03-12 23:56:57 +02:00
parent 69589075e5
commit 17635ccba0
@@ -286,7 +286,7 @@
<materialDesign:PackIcon Kind="Check" />
</Button>
<Button Grid.Column="4" Style="{StaticResource MaterialDesignIconButton}"
Command="{Binding RelativeSource={RelativeSource AncestorType=Window}, Path=DataContext.(vm:MainVM.ConfirmCommand)}"
Command="{Binding RelativeSource={RelativeSource AncestorType=Window}, Path=DataContext.(vm:MainVM.CancelCommand)}"
CommandParameter="{Binding }">
<materialDesign:PackIcon Kind="Close" />
</Button>