We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bca15 commit 89f9625Copy full SHA for 89f9625
src/MainDemo.Wpf/Domain/FieldsViewModel.cs
@@ -62,7 +62,7 @@ public string? Password2Validated
62
private ObservableCollection<KeyValuePair<string, Color>>? _autoSuggestBox2Suggestions;
63
64
[ObservableProperty]
65
- private List<string> _autoSuggestBox3Suggestions;
+ private List<string>? _autoSuggestBox3Suggestions;
66
67
68
0 commit comments