diff --git a/src/frontend/src/modals/formModal/index.tsx b/src/frontend/src/modals/formModal/index.tsx index 7fc0cb5e7..7fcb32cc8 100644 --- a/src/frontend/src/modals/formModal/index.tsx +++ b/src/frontend/src/modals/formModal/index.tsx @@ -16,6 +16,8 @@ import { dark } from "@mui/material/styles/createPalette"; import { CODE_PROMPT_DIALOG_SUBTITLE } from "../../constants"; import { postValidateCode } from "../../controllers/API"; import { Button } from "../../components/ui/button"; +import { Input } from "../../components/ui/input"; +import { Label } from "../../components/ui/label"; export default function FormModal({ flow, @@ -321,7 +323,7 @@ export default function FormModal({ return ( - + Chat Form @@ -330,24 +332,21 @@ export default function FormModal({ aria-hidden="true" /> - {CODE_PROMPT_DIALOG_SUBTITLE} -
- teste +
+
+
+ + +
+
+
+
+ teste +
+
- - - -
);