Skip to content

Commit

Permalink
#186 try to update predefined filter after initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-vavrek committed Mar 13, 2020
1 parent 1436c01 commit be80aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/molecule/moleculeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const MoleculeList = memo(
})
.then(() => {
console.log('initializing filter');
dispatch(initializeFilter());
setPredefinedFilter(dispatch(initializeFilter()).predefined);
})
.catch(error => {
throw new Error(error);
Expand Down

0 comments on commit be80aaf

Please sign in to comment.