From ce526b6856e361b7cb740e101b9bb7a9477424aa Mon Sep 17 00:00:00 2001 From: Matej Vavrek Date: Mon, 4 May 2020 12:31:20 +0200 Subject: [PATCH] #267 added filter possibility for right side --- js/components/datasets/redux/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/components/datasets/redux/constants.js b/js/components/datasets/redux/constants.js index 58f55830eb..a238816997 100644 --- a/js/components/datasets/redux/constants.js +++ b/js/components/datasets/redux/constants.js @@ -29,6 +29,9 @@ export const constants = { SET_FILTER: prefix + 'SET_FILTER', SET_FILTER_DIALOG_OPEN: prefix + 'SET_FILTER_DIALOG_OPEN', + SET_FILTER: prefix + 'SET_FILTER', + SET_FILTER_DIALOG_OPEN: prefix + 'SET_FILTER_DIALOG_OPEN', + SET_LIGAND_LIST: prefix + 'SET_LIGAND_LIST', APPEND_LIGAND_LIST: prefix + 'APPEND_LIGAND_LIST', REMOVE_FROM_LIGAND_LIST: prefix + 'REMOVE_FROM_LIGAND_LIST',