diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index aec9ccb3b..6bdd0a5ad 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -11,6 +11,8 @@ import { Card, CardHeader, } from "../ui/card"; +import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "../ui/dialog"; +import { Button } from "@mui/material"; export const CardComponent = ({ flow, @@ -39,9 +41,25 @@ export const CardComponent = ({ {flow.name} {onDelete && ( - + + + + Are you sure absolutely sure? + + This action cannot be undone. Are you sure you want to permanently + delete this file from our servers? + + + + + + + )} diff --git a/src/frontend/src/modals/formModal/index.tsx b/src/frontend/src/modals/formModal/index.tsx index 18434442d..7c4e6ff26 100644 --- a/src/frontend/src/modals/formModal/index.tsx +++ b/src/frontend/src/modals/formModal/index.tsx @@ -406,13 +406,18 @@ export default function FormModal({
-
-
+
- + Input Variables
+
+
+ + Name + +
Chat Input