From b7f361a63dcf69572d79c2a002558c58525679c3 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 8 Mar 2022 23:13:04 +0100 Subject: [PATCH] =?UTF-8?q?Poprawka=20status=C3=B3w=20danych?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.ts | 1 + 1 file changed, 1 insertion(+) 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; }, },