feat: add /editor/create to create a flow

This commit is contained in:
Ali BARIN
2021-12-18 00:42:28 +01:00
committed by Ömer Faruk Aydın
parent 19a8323058
commit d06ce4958e
8 changed files with 80 additions and 16 deletions

View File

@@ -70,9 +70,9 @@ export default function Application() {
linkProps,
ref,
) {
return <Link ref={ref} to={URLS.APP_ADD_CONNECTION(appKey)} {...linkProps} />;
return <Link ref={ref} to={URLS.CREATE_FLOW} {...linkProps} />;
}),
[appKey],
[],
);
return (