feat: introduce notifications page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
db021c06c7
commit
d373d04cdf
@@ -29,7 +29,7 @@ export default function CreateFlow(): React.ReactElement {
|
||||
});
|
||||
const flowId = response.data?.createFlow?.id;
|
||||
|
||||
navigate(URLS.FLOW_EDITOR(flowId));
|
||||
navigate(URLS.FLOW_EDITOR(flowId), { replace: true });
|
||||
}
|
||||
|
||||
initiate();
|
||||
|
Reference in New Issue
Block a user