Skip to content

Commit

Permalink
SearchCollection: Empty definition values when starting edit
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Mar 17, 2022
1 parent 92f39b7 commit bc17300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Generic/SearchCollection/SearchCollectionSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public void BeginEdit()
{
// Code executed when settings view is opened and user starts editing values.
editingClone = Serialization.GetClone(Settings);
NewDefinitionName = string.Empty;
NewDefinitionSearchTemplate = string.Empty;
}

public void CancelEdit()
Expand Down

0 comments on commit bc17300

Please sign in to comment.