Status Toast wird nur für Aircraft auf der selben RG wie Disponent angezeigt

This commit is contained in:
PxlLoewe
2025-07-23 18:44:07 -07:00
parent b1dcaee565
commit 2ef98363b9
3 changed files with 31 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ export interface StationStatus {
data?: {
stationId: number;
aircraftId: number;
userId?: string;
};
}