Skip to content

Commit 2664ec7

Browse files
fix(Tenants): do not add empty search to query (#2287)
1 parent 410d4d4 commit 2664ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/state-url-mapping.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const paramSetup = {
7373
'/cluster/tenants': {
7474
search: {
7575
stateKey: 'tenants.searchValue',
76+
initialState: '',
7677
},
7778
},
7879
} as const;

0 commit comments

Comments
 (0)