🐛 Apply default save manual executions (#2286)

* revert savemanualexecution changes

* update toasts behavior to handle default case
This commit is contained in:
Mutasem Aldmour
2021-10-06 19:13:39 +02:00
committed by GitHub
parent 7159181345
commit e2daa523d4
4 changed files with 12 additions and 4 deletions

View File

@@ -578,6 +578,7 @@ export interface IRootState {
pushConnectionActive: boolean;
saveDataErrorExecution: string;
saveDataSuccessExecution: string;
saveManualExecutions: boolean;
timezone: string;
stateIsDirty: boolean;
executionTimeout: number;