fix(editor): Ensure full tree on expression editor parse (#5027)
🐛 Ensure full tree on expression editor parse
This commit is contained in:
@@ -432,3 +432,5 @@ export enum STORES {
|
||||
WEBHOOKS = 'webhooks',
|
||||
HISTORY = 'history',
|
||||
}
|
||||
|
||||
export const EXPRESSION_EDITOR_PARSER_TIMEOUT = 15_000; // ms
|
||||
|
||||
Reference in New Issue
Block a user