diff options
author | bobzel <zzzman@gmail.com> | 2025-07-08 20:43:15 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-07-08 20:43:15 -0400 |
commit | ebd7eb5ff5b1ad34f4474abb13d788878e2345ad (patch) | |
tree | 08a0e500d4920cc223a3c766c8ce6c9a63c0e0e0 /src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | |
parent | 95c0d9b0ed3cf8bf50f3a3eac2f1dff146ba131c (diff) | |
parent | fbbf2933418cc9a4434cfc873b88d04a392cd8e9 (diff) |
Merge branch 'master' into agent-paper-main
Diffstat (limited to 'src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx')
-rw-r--r-- | src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx index 093c1244c..67d31bdb7 100644 --- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx +++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx @@ -1523,5 +1523,5 @@ export class ChatBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { */ Docs.Prototypes.TemplateMap.set(DocumentType.CHAT, { layout: { view: ChatBox, dataField: 'data' }, - options: { acl: '', _layout_fitWidth: true, chat: '', chat_history: '', chat_thread_id: '', chat_assistant_id: '', chat_vector_store_id: '', _forceActive: true }, + options: { acl: '', _layout_nativeDimEditable: true, _layout_fitWidth: true, chat: '', chat_history: '', chat_thread_id: '', chat_assistant_id: '', chat_vector_store_id: '', _forceActive: true }, }); |