Skip to content

Commit

Permalink
fix: Resolve issue apache#24195 (apache#25804)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Oct 31, 2023
1 parent 7804d14 commit 8737a8a
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 8737a8a

Please sign in to comment.