Skip to content

Commit

Permalink
update filtered items when clearing search
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 15, 2024
1 parent bf5a7ae commit e183a9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ internal fun HomeSearchBar(component: HomeComponent) {
isActive = false
} else {
query = ""
component.search(null, filterSearch)
}
}
) {
Expand Down

0 comments on commit e183a9f

Please sign in to comment.