fix(ui): fix flag query page on search
This commit is contained in:
parent
c6ff06838a
commit
b4d4c49e00
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ function FFlagsSearch() {
|
|||
debounceUpdate = debounce(
|
||||
(value: string) => {
|
||||
featureFlagsStore.setSort({ order: featureFlagsStore.sort.order, query: value })
|
||||
featureFlagsStore.setPage(1)
|
||||
void featureFlagsStore.fetchFlags()
|
||||
},
|
||||
250
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue