mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Disable browser route pushing for NDV URL (no-changelog) (#14900)
This commit is contained in:
@@ -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 },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user