Skip to content

Commit

Permalink
Set initial value to non-null string
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed May 17, 2024
1 parent 0763670 commit 8aec9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FinderOuter/ViewModels/OptionVmBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void Previous()
}


private string _toAdd;
private string _toAdd = string.Empty;
public string ToAdd
{
get => _toAdd;
Expand Down

0 comments on commit 8aec9bf

Please sign in to comment.