StationStatus Toast hinzugefügt #45

This commit is contained in:
PxlLoewe
2025-07-07 01:55:45 -07:00
parent 7682f191c7
commit 9e4a46c595
13 changed files with 170 additions and 140 deletions

View File

@@ -17,7 +17,7 @@ export const PenaltyDropdown = ({
btnTip?: string;
Icon: ReactNode;
}) => {
const [open, setOpen] = useState(true);
const [open, setOpen] = useState(false);
const [reason, setReason] = useState("");
const [until, setUntil] = useState<string>("default");
return (