Skip to content

Commit

Permalink
fix(lazy-load): recheck suite view on test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Mar 29, 2019
1 parent 301c060 commit 1a125ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/modules/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const updateBaseHost = (host) => {
};

export const updateFilterByName = (filterByName) => {
return {type: actionNames.VIEW_UPDATE_FILTER_BY_NAME, filterByName};
return triggerViewChanges({type: actionNames.VIEW_UPDATE_FILTER_BY_NAME, filterByName});
};

export function changeViewMode(mode) {
Expand Down

0 comments on commit 1a125ec

Please sign in to comment.