feat: create flow with trigger app
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
131d33916a
commit
700d0bfd32
@@ -70,9 +70,9 @@ export default function Application(): React.ReactElement {
|
||||
linkProps,
|
||||
ref,
|
||||
) {
|
||||
return <Link ref={ref} to={URLS.CREATE_FLOW} {...linkProps} />;
|
||||
return <Link ref={ref} to={URLS.CREATE_FLOW_WITH_APP(appKey)} {...linkProps} />;
|
||||
}),
|
||||
[],
|
||||
[appKey],
|
||||
);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user