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) => (