[hotfix] handling json errors in explore view

This commit is contained in:
Maxime Beauchemin
2016-10-12 19:36:48 -07:00
parent 89cb726284
commit 5bea3986b2
2 changed files with 14 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ const controllerInterface = {
getFilters: () => false,
clearFilter: () => {},
removeFilter: () => {},
filters: {},
};
module.exports = {