From f3441f5ddf0c55156b5c19bed845dc0bdc49863c Mon Sep 17 00:00:00 2001 From: Kelly Hutchins Date: Fri, 18 Oct 2024 10:49:29 -0700 Subject: [PATCH] chore: Remove filter from streamflow until R1 --- .../streamflowConfigParams.json | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/src/configParamsJSON/streamflowConfigParams.json b/src/configParamsJSON/streamflowConfigParams.json index a677c7d2..19dce74e 100644 --- a/src/configParamsJSON/streamflowConfigParams.json +++ b/src/configParamsJSON/streamflowConfigParams.json @@ -441,32 +441,6 @@ } ] }, - { - "type": "subsection", - "id": "filter", - "content": [ - { - "type": "setting", - "id": "enableFilter", - "express": false, - "defaultValue": false, - "content": [ - { - "type": "setting", - "id": "filterPosition", - "express": false, - "defaultValue": "top-right" - }, - { - "type": "setting", - "id": "filterConfig", - "express": false, - "defaultValue": null - } - ] - } - ] - }, { "type": "subsection", "id": "share",