mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix resizing NDV output panel when closing assistant (#15313)
This commit is contained in:
@@ -842,6 +842,7 @@ export const nonExistingJsonPath = '_!^&*';
|
||||
export const ASK_AI_MAX_PROMPT_LENGTH = 600;
|
||||
export const ASK_AI_MIN_PROMPT_LENGTH = 15;
|
||||
export const ASK_AI_LOADING_DURATION_MS = 12000;
|
||||
export const ASK_AI_SLIDE_OUT_DURATION_MS = 200;
|
||||
|
||||
export const APPEND_ATTRIBUTION_DEFAULT_PATH = 'parameters.options.appendAttribution';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user