fix(editor): Disable browser route pushing for NDV URL (no-changelog) (#14900)

This commit is contained in:
Charlie Kolb
2025-04-25 15:57:51 +02:00
committed by GitHub
parent e27e630af9
commit e8ca5e75a9
2 changed files with 3 additions and 23 deletions

View File

@@ -1657,7 +1657,7 @@ watch(
const nodeId = val?.id ? workflowsStore.getPartialIdForNode(val?.id) : '';
if (nodeId !== route.params.nodeId) {
await router.push({
await router.replace({
name: route.name,
params: { name: workflowId.value, nodeId },
});