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 15:24:48 UTC

(superset) branch master updated: fix: Resolve issue #24195 (#25804)

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

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8737a8a546 fix: Resolve issue #24195 (#25804)
8737a8a546 is described below

commit 8737a8a54669037473a89688b9029bc9f3b4ad09
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Oct 31 08:24:41 2023 -0700

    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 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',