StationStatus Toast hinzugefügt #45
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user