diff --git a/src/frontend/src/components/ui/button.tsx b/src/frontend/src/components/ui/button.tsx index cbcadf2c3..c8bb6c5b8 100644 --- a/src/frontend/src/components/ui/button.tsx +++ b/src/frontend/src/components/ui/button.tsx @@ -59,6 +59,7 @@ const Button = React.forwardRef( variant, size, loading, + type, disabled, asChild = false, children, @@ -76,6 +77,7 @@ const Button = React.forwardRef( diff --git a/src/frontend/src/modals/IOModal/components/chatView/index.tsx b/src/frontend/src/modals/IOModal/components/chatView/index.tsx index f8ed26e0c..10e225c13 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/index.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/index.tsx @@ -24,6 +24,7 @@ import { chatViewProps } from "../../../../types/components"; import { classNames } from "../../../../utils/utils"; import ChatInput from "./chatInput"; import ChatMessage from "./chatMessage"; +import { Button } from "../../../../components/ui/button"; export default function ChatView({ sendMessage, @@ -166,8 +167,10 @@ export default function ChatView({
- + {/*