diff --git a/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx b/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx index 2b1be5bf..95f39d37 100644 --- a/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx +++ b/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx @@ -4,7 +4,7 @@ import { useForm, Controller } from "react-hook-form"; import { zodResolver } from "@hookform/resolvers/zod"; import { z } from "zod"; import { MissionSchema } from "@repo/db/zod"; -import { Trash2 } from "lucide-react"; +import { BellRing, BookmarkPlus, Trash2 } from "lucide-react"; import { Select } from "_components/Select"; const clearBtn = () => { @@ -200,10 +200,15 @@ export const MissionForm: React.FC = () => { Du musst noch ein Gebäude auswählen, um den Einsatz zu erstellen.
-