fix(editor): Ensure full tree on expression editor parse (#5027)

🐛 Ensure full tree on expression editor parse
This commit is contained in:
Iván Ovejero
2022-12-23 16:13:16 +01:00
committed by GitHub
parent 8881ba8d4a
commit 47854ebc36
2 changed files with 22 additions and 11 deletions

View File

@@ -432,3 +432,5 @@ export enum STORES {
WEBHOOKS = 'webhooks',
HISTORY = 'history',
}
export const EXPRESSION_EDITOR_PARSER_TIMEOUT = 15_000; // ms