Skip to content

Commit 89f9625

Browse files
committed
Make _autoSuggestBox3Suggestions nullable
1 parent d8bca15 commit 89f9625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainDemo.Wpf/Domain/FieldsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public string? Password2Validated
6262
private ObservableCollection<KeyValuePair<string, Color>>? _autoSuggestBox2Suggestions;
6363

6464
[ObservableProperty]
65-
private List<string> _autoSuggestBox3Suggestions;
65+
private List<string>? _autoSuggestBox3Suggestions;
6666

6767

6868
[ObservableProperty]

0 commit comments

Comments
 (0)