Skip to content

Commit

Permalink
#267 added filter possibility for right side
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-vavrek authored and tibor-postek-m2ms committed May 29, 2020
1 parent c176239 commit ce526b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/components/datasets/redux/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ce526b6

Please sign in to comment.