perf:change plugin version update position (#1493)
* perf:change plugin version update position * use nodeversion
This commit is contained in:
@@ -64,6 +64,7 @@ export type FlowNodeTemplateType = FlowNodeCommonType & {
|
||||
// action
|
||||
forbidDelete?: boolean; // forbid delete
|
||||
unique?: boolean;
|
||||
nodeVersion?: string;
|
||||
};
|
||||
export type FlowNodeItemType = FlowNodeTemplateType & {
|
||||
nodeId: string;
|
||||
|
||||
Reference in New Issue
Block a user