From 14593aeba2ee66126f749aca2553125b2254c2c3 Mon Sep 17 00:00:00 2001 From: efarooqui Date: Mon, 24 May 2021 22:49:42 -0700 Subject: [PATCH] Removing extraneous USE_MULTIPLE_FILTERS feature from initial store --- src/store/initial.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/initial.js b/src/store/initial.js index 6361b1d..1d68662 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -190,7 +190,6 @@ const initial = { }, features: { - USE_MULTIPLE_CATEGORIES: false, USE_COVER: false, USE_ASSOCIATIONS: false, USE_SITES: false,