mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Naprawienie działania resetowania filtrów
This commit is contained in:
@@ -55,7 +55,7 @@ class Store extends VuexModule {
|
|||||||
"ending": false
|
"ending": false
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
private filters: any = this.filterInitStates;
|
private filters: any = { ...this.filterInitStates };
|
||||||
|
|
||||||
get getStationCount(): number {
|
get getStationCount(): number {
|
||||||
return this.stationCount;
|
return this.stationCount;
|
||||||
|
|||||||
Reference in New Issue
Block a user