mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): revert blocking workflow updates on interim changes (no-changelog) (#4396)
⏪ Revert "feat(core): block workflow update on interim change (#4374)"
This reverts commit e83b9bd983.
This commit is contained in:
@@ -241,7 +241,6 @@ export interface IWorkflowData {
|
||||
settings?: IWorkflowSettings;
|
||||
tags?: string[];
|
||||
pinData?: IPinData;
|
||||
updatedAt?: string;
|
||||
}
|
||||
|
||||
export interface IWorkflowDataUpdate {
|
||||
@@ -253,7 +252,6 @@ export interface IWorkflowDataUpdate {
|
||||
active?: boolean;
|
||||
tags?: ITag[] | string[]; // string[] when store or requested, ITag[] from API response
|
||||
pinData?: IPinData;
|
||||
updatedAt?: string;
|
||||
}
|
||||
|
||||
export interface IWorkflowToShare extends IWorkflowDataUpdate {
|
||||
|
||||
Reference in New Issue
Block a user