chore: resettings all train filter options on click

This commit is contained in:
2025-02-04 14:17:04 +01:00
parent 0af49befc6
commit 5aa9297ec5
@@ -178,6 +178,12 @@ export default defineComponent({
this.trainFilterList.forEach((filter) => {
filter.isActive = true;
});
this.sorterActive.id = 'routeDistance';
this.sorterActive.dir = -1;
this.searchedDriver = '';
this.searchedTrain = '';
},
onInputClear(id: 'driver' | 'train') {