mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: redirection url typo
This commit is contained in:
parent
c9b2cb6238
commit
6e16308db1
@ -345,7 +345,7 @@ const VisualEditorProvider: React.FC<VisualEditorContextProps> = ({
|
||||
const triggeredFlowUrl = `/${RouterType.VISUAL_EDITOR}/flows/${triggeredFlow}`;
|
||||
|
||||
if (window.location.href !== triggeredFlowUrl) {
|
||||
await router.push(triggeredFlow);
|
||||
await router.push(triggeredFlowUrl);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user