Skip to content

Commit

Permalink
Fix paymentProofMethodComponent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed Jul 4, 2024
1 parent 5b46e5d commit 66e5075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MemoGenerator/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ private void updatePaymentProofMethodComponent(object sender, RoutedEventArgs e)
else
{
invoiceTypeRadioButtons.IsEnabled = false;
elements.Clear();
}

if (elements.Count > 0)
Expand Down

0 comments on commit 66e5075

Please sign in to comment.