diff --git a/src/store/index.ts b/src/store/index.ts index 419c4e6..e98d215 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -300,6 +300,7 @@ export const store = createStore({ }); this.state.trainList = updatedTrainList; + this.state.trainsDataStatus = DataStatus.Loaded; }, },