diff --git a/packages/pl-fe/src/actions/filters.ts b/packages/pl-fe/src/actions/filters.ts index 5d20b7d52..4b81f6f06 100644 --- a/packages/pl-fe/src/actions/filters.ts +++ b/packages/pl-fe/src/actions/filters.ts @@ -22,7 +22,8 @@ const fetchFilters = () => if (!isLoggedIn(getState)) return; return getClient(getState).filtering.getFilters() - .then((data) => ({ + .then((data) => dispatch({ + type: FILTERS_FETCH_SUCCESS, filters: data, })) .catch(error => ({