From dde371c9317656a1617d64e3e6e7ad3a32ef8259 Mon Sep 17 00:00:00 2001 From: Lingjie Feng Date: Thu, 4 Apr 2024 09:39:42 -0400 Subject: [PATCH] fix: use textarea for notes --- src/common/CustomKnowledgeBase/NewKnowledgeForm.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/CustomKnowledgeBase/NewKnowledgeForm.tsx b/src/common/CustomKnowledgeBase/NewKnowledgeForm.tsx index 962d6f6..d5cbe0d 100644 --- a/src/common/CustomKnowledgeBase/NewKnowledgeForm.tsx +++ b/src/common/CustomKnowledgeBase/NewKnowledgeForm.tsx @@ -18,6 +18,7 @@ import { ModalOverlay, ModalContent, ModalCloseButton, + Textarea, } from "@chakra-ui/react"; import { DeleteIcon, SmallCloseIcon } from "@chakra-ui/icons"; import { Formik, Form, Field } from "formik"; @@ -433,7 +434,7 @@ const NewKnowledgeForm = ({ {rule.knowledge.notes?.map((note, noteIndex) => (