From 436d3535e3cae6fe6a46076526e4ab9049a70eb1 Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 16 Jan 2024 23:39:53 +0100 Subject: [PATCH] fix: not working send button --- apps/web/components/Objects/Editor/AI/AIEditorToolkit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Objects/Editor/AI/AIEditorToolkit.tsx b/apps/web/components/Objects/Editor/AI/AIEditorToolkit.tsx index 86ea38e2..7ff15559 100644 --- a/apps/web/components/Objects/Editor/AI/AIEditorToolkit.tsx +++ b/apps/web/components/Objects/Editor/AI/AIEditorToolkit.tsx @@ -331,7 +331,7 @@ const UserFeedbackModal = (props: AIEditorToolkitProps) => { {aiEditorState.isUserInputEnabled && !aiEditorState.error.isError &&
-
+
handleOperation(aiEditorState.selectedTool, aiEditorState.chatInputValue)} className='bg-white/10 px-3 rounded-md outline outline-1 outline-neutral-200/20 py-2 hover:bg-white/20 hover:outline-neutral-200/40 delay-75 ease-linear transition-all'>
}