From ff97dbcdc32a9c4af1516d6d31e40ed16b4efb6c Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 11 Jul 2020 19:39:01 +0200 Subject: [PATCH] =?UTF-8?q?Naprawienie=20dzia=C5=82ania=20resetowania=20fi?= =?UTF-8?q?ltr=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/store.ts b/src/store/modules/store.ts index 83ce063..d5fd1a0 100644 --- a/src/store/modules/store.ts +++ b/src/store/modules/store.ts @@ -55,7 +55,7 @@ class Store extends VuexModule { "ending": false } as const; - private filters: any = this.filterInitStates; + private filters: any = { ...this.filterInitStates }; get getStationCount(): number { return this.stationCount;