We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b2cb6 commit 6e16308Copy full SHA for 6e16308
frontend/src/components/visual-editor/hooks/useVisualEditor.tsx
@@ -345,7 +345,7 @@ const VisualEditorProvider: React.FC<VisualEditorContextProps> = ({
345
const triggeredFlowUrl = `/${RouterType.VISUAL_EDITOR}/flows/${triggeredFlow}`;
346
347
if (window.location.href !== triggeredFlowUrl) {
348
- await router.push(triggeredFlow);
+ await router.push(triggeredFlowUrl);
349
}
350
351
0 commit comments