Dodano możliwość wyboru realnych zestawień

This commit is contained in:
2021-12-07 16:02:55 +01:00
parent 7b6a316466
commit ee5b61cb19
10 changed files with 331 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface IStore {
cargoOptions: any[][];
chosenStockListIndex: number;
chosenRealStockName: string | null;
swapVehicles: boolean;
vehiclePreviewSrc: string;