From f0069c797ec8e16ec0d7ae16835e558f4e7c69af Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 3 Feb 2023 08:27:41 +0100 Subject: [PATCH] add constants filter headermenu and content button --- webapp/constants/filter.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webapp/constants/filter.js diff --git a/webapp/constants/filter.js b/webapp/constants/filter.js new file mode 100644 index 000000000..e5888d5ce --- /dev/null +++ b/webapp/constants/filter.js @@ -0,0 +1,3 @@ +export const SHOW_CONTENT_FILTER_HEADER_MENU = false +export const SHOW_CONTENT_FILTER_MASONRY_GRID = true +