added force end transmition for dispatchers

This commit is contained in:
PxlLoewe
2025-05-30 22:47:02 -07:00
parent eaedd78202
commit 6950e24e54
13 changed files with 179 additions and 100 deletions

View File

@@ -349,6 +349,7 @@ export const MissionForm = () => {
/>
{form.watch("type") === "sekundär" && (
<input
{...form.register("addressMissionLocation")}
type="text"
placeholder="Zielkrankenhaus"
className="input input-primary input-bordered w-full"