mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Fix reaktywności SRJP
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ export const useStore = defineStore('store', {
|
||||
driverStatsName: '',
|
||||
driverStatsData: undefined,
|
||||
|
||||
chosenModalTrain: undefined as Train | undefined,
|
||||
chosenModalTrainId: undefined,
|
||||
|
||||
dataStatuses: {
|
||||
connection: DataStatus.Loading,
|
||||
|
||||
@@ -31,7 +31,7 @@ export interface StoreState {
|
||||
driverStatsName: string;
|
||||
driverStatsData?: DriverStatsAPIData;
|
||||
|
||||
chosenModalTrain?: Train;
|
||||
chosenModalTrainId?: string;
|
||||
|
||||
dataStatuses: {
|
||||
connection: DataStatus;
|
||||
|
||||
Reference in New Issue
Block a user