[fix:] make customer delete button working

This commit is contained in:
2026-04-28 10:53:53 +02:00
parent 80d1498cc7
commit 3767fece48
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -509,7 +509,7 @@
VerticalContentAlignment="Center" />
</StackPanel>
</Button>
<Button Background="#99963434" HorizontalAlignment="Stretch"
<Button Background="#99963434" HorizontalAlignment="Stretch" x:Name="BtnDeleteCustomer" Click="BtnDeleteCustomer_OnClick"
HorizontalContentAlignment="Center">
<StackPanel Orientation="Horizontal">
<LucideIcon Kind="Trash" Width="16" Height="16" Size="16" />