diff --git a/superset-frontend/src/constants.ts b/superset-frontend/src/constants.ts index bc2b0be843d3e..b707a48e04fa3 100644 --- a/superset-frontend/src/constants.ts +++ b/superset-frontend/src/constants.ts @@ -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',