Naprawienie działania resetowania filtrów

This commit is contained in:
2020-07-11 19:39:01 +02:00
parent 5c3b60eb58
commit ff97dbcdc3
+1 -1
View File
@@ -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;