Fix issue with save button being disabled.

This commit is contained in:
Michael Bucari-Tovo 2023-08-30 08:59:20 -06:00
parent 42a93bfac1
commit e55e969349
2 changed files with 10 additions and 14 deletions

View file

@ -27,6 +27,6 @@
Margin="5"
Padding="30,3,30,3"
Content="Save"
Command="{Binding SaveButtonAsync}" />
Click="Save_Click" />
</Grid>
</Window>