fix(editor): Update webhook paths when duplicating workflow (#9516)

This commit is contained in:
Milorad FIlipović
2024-05-29 12:51:33 +02:00
committed by GitHub
parent 4629354705
commit 3be7bb898b
5 changed files with 133 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ import {
EDIT_FIELDS_SET_NODE_NAME,
INSTANCE_MEMBERS,
INSTANCE_OWNER,
WEBHOOK_NODE_NAME,
} from '../constants';
import { WorkflowPage as WorkflowPageClass } from '../pages/workflow';
import { WorkflowsPage as WorkflowsPageClass } from '../pages/workflows';