mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Naprawienie działania resetowania filtrów
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user