Skip to content

Instantly share code, notes, and snippets.

@mehmetyilmaz001
Created July 17, 2019 11:40
Show Gist options
  • Save mehmetyilmaz001/87a69a21475408c889b1681f5a05834b to your computer and use it in GitHub Desktop.
Save mehmetyilmaz001/87a69a21475408c889b1681f5a05834b to your computer and use it in GitHub Desktop.
useEffect(() => {
if(_.has(createQuestionRes, 'hasError') && !createQuestionRes.hasError){
history.push(getMenuItem('QA').path);
}
}, [createQuestionRes]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment