mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
🎨 Rename setting "saveManualRuns" to "saveManualExecutions"
This commit is contained in:
@@ -358,13 +358,13 @@ export interface IPushDataTestWebhook {
|
||||
export interface IN8nUISettings {
|
||||
endpointWebhook: string;
|
||||
endpointWebhookTest: string;
|
||||
saveManualRuns: boolean;
|
||||
saveManualExecutions: boolean;
|
||||
timezone: string;
|
||||
urlBaseWebhook: string;
|
||||
}
|
||||
|
||||
export interface IWorkflowSettings extends IWorkflowSettingsWorkflow {
|
||||
errorWorkflow?: string;
|
||||
saveManualRuns?: boolean;
|
||||
saveManualExecutions?: boolean;
|
||||
timezone?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user