From 206c0824c76720ce9947553d868aea352776a307 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:24:41 -0700 Subject: [PATCH] fix: Resolve issue #24195 (#25804) --- superset-frontend/src/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',