feat: add /editor/create to create a flow
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
19a8323058
commit
d06ce4958e
@@ -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 (
|
||||
|
Reference in New Issue
Block a user