Skip to content

Commit

Permalink
tenant redirect url in task fixed (#1739)
Browse files Browse the repository at this point in the history
Co-authored-by: AbijithS-aot <[email protected]>
  • Loading branch information
AbijithS-aot and AbijithS-aot authored Nov 17, 2023
1 parent 6635699 commit f91eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/ServiceFlow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default React.memo(() => {
}, [SocketIOCallback, dispatch]);
//Reset the path when the 'cardView' changes
useEffect(() => {
dispatch(replace(`${BASE_ROUTE}task`));
dispatch(replace(`${redirectUrl.current}task`));
}, [cardView, dispatch]);

return (
Expand Down

0 comments on commit f91eafa

Please sign in to comment.