Skip to content

Commit 8737a8a

Browse files
authored
fix: Resolve issue #24195 (#25804)
1 parent 7804d14 commit 8737a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset-frontend/src/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export const URL_PARAMS = {
5151
name: 'filter_set',
5252
type: 'string',
5353
},
54+
showFilters: {
55+
name: 'show_filters',
56+
type: 'boolean',
57+
},
5458
expandFilters: {
5559
name: 'expand_filters',
5660
type: 'boolean',

0 commit comments

Comments
 (0)