Skip to content

Commit

Permalink
fix lateinit crash: don't mix models
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Dec 5, 2023
1 parent 5d85f4e commit a52255c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/org/reactome/lit_ball/model/RootStore.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ object RootStore {
setState { copy(items = QueryList.list.toList()) }
}
setState { copy(editingQuerySettings = null) }
Filtering2RootStore.refreshClassifierButton()
}

fun setEditingSettings(boolean: Boolean) {
Expand Down

0 comments on commit a52255c

Please sign in to comment.