Skip to content

Commit

Permalink
fix: Resolve issue #24195 (#25804)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8737a8a)
  • Loading branch information
john-bodley authored and michael-s-molina committed Nov 1, 2023
1 parent c216b3e commit 04c11b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export const URL_PARAMS = {
name: 'filter_set',
type: 'string',
},
showFilters: {
name: 'show_filters',
type: 'boolean',
},
expandFilters: {
name: 'expand_filters',
type: 'boolean',
Expand Down

0 comments on commit 04c11b4

Please sign in to comment.