Skip to content

Commit

Permalink
Merge pull request #216 from gemini-testing/sp.ll
Browse files Browse the repository at this point in the history
fix(lazy-load): recheck suite view on test filter
  • Loading branch information
sipayRT authored Mar 29, 2019
2 parents 301c060 + 1a125ec commit c9fe3c5
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 c9fe3c5

Please sign in to comment.