Skip to content

Commit

Permalink
Saved Searches: Fix forbid exit logic
Browse files Browse the repository at this point in the history
  • Loading branch information
uragiristereo committed Jan 13, 2025
1 parent da15778 commit db1ebbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class NewOrEditSavedSearchViewModel(

val areLabelsEdited by derivedStateOf {
labelsTextField.text.strip(splitter = " ") != spaceSeparatedLabels
|| spaceSeparatedLabels == ""
}

val fabState by derivedStateOf {
Expand Down

0 comments on commit db1ebbe

Please sign in to comment.