Renamed filerWasChanged to filterWasChanged

This commit is contained in:
Aleksandrs Proskurins
2022-10-12 13:18:33 +03:00
parent e6fbce6057
commit c61b45e75d
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessi
return
}
completion?(.showUserSessionOverview(sessionInfo: session))
case .filerWasChanged:
case .filterWasChanged:
updateViewState()
case .clearFilter:
state.bindings.filter = .all