You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/10/31 04:08:18 UTC

(superset) 01/01: [fix] Resolve issue #24195

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--fix-24195
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0f72349a8d3e62a06980cb6773a9b0cc5f784a9d
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Mon Oct 30 21:08:11 2023 -0700

    [fix] Resolve issue #24195
---
 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 bc2b0be843..b707a48e04 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',