mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
chore: resettings all train filter options on click
This commit is contained in:
@@ -178,6 +178,12 @@ export default defineComponent({
|
|||||||
this.trainFilterList.forEach((filter) => {
|
this.trainFilterList.forEach((filter) => {
|
||||||
filter.isActive = true;
|
filter.isActive = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.sorterActive.id = 'routeDistance';
|
||||||
|
this.sorterActive.dir = -1;
|
||||||
|
|
||||||
|
this.searchedDriver = '';
|
||||||
|
this.searchedTrain = '';
|
||||||
},
|
},
|
||||||
|
|
||||||
onInputClear(id: 'driver' | 'train') {
|
onInputClear(id: 'driver' | 'train') {
|
||||||
|
|||||||
Reference in New Issue
Block a user