feat(editor): Remove AI Error Debugging (#9337)

This commit is contained in:
Milorad FIlipović
2024-05-08 14:13:47 +02:00
committed by GitHub
parent f64a41d617
commit cda062bde6
14 changed files with 5 additions and 356 deletions

View File

@@ -2568,7 +2568,6 @@ export interface IN8nUISettings {
enabled: boolean;
provider: string;
features: {
errorDebugging: boolean;
generateCurl: boolean;
};
};