We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d527f1 commit ca513b2Copy full SHA for ca513b2
1 file changed
src/Codebreaker.ViewModels/Components/InfoMessageViewModel.cs
@@ -31,7 +31,7 @@ public partial class InfoMessageViewModel(Action closeAction) : ObservableObject
31
[NotifyPropertyChangedFor(nameof(HasAction))]
32
private string? _actionText = "OK";
33
34
- public bool HasAction => ExecuteActionCommand is not null && ActionText is not null;
+ public bool HasAction => Action is not null && ActionText is not null;
35
36
[ObservableProperty]
37
[NotifyCanExecuteChangedFor(nameof(CloseCommand))]
0 commit comments