feat: introduce notifications page

This commit is contained in:
Ali BARIN
2022-03-31 23:14:33 +02:00
committed by Ömer Faruk Aydın
parent db021c06c7
commit d373d04cdf
9 changed files with 137 additions and 13 deletions

View File

@@ -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();