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

@@ -180,7 +180,7 @@ const FMSStatusSelector = ({
fmsStatus: status,
},
});
toast.success(`Status changed to ${status}`);
toast.success(`Status auf ${status} geändert`);
}}
>
{status}
@@ -219,7 +219,6 @@ const FMSStatusSelector = ({
fmsStatus: status,
},
});
toast.success(`Status changed to ${status}`);
}}
>
{status}