mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +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) => {
|
||||
filter.isActive = true;
|
||||
});
|
||||
|
||||
this.sorterActive.id = 'routeDistance';
|
||||
this.sorterActive.dir = -1;
|
||||
|
||||
this.searchedDriver = '';
|
||||
this.searchedTrain = '';
|
||||
},
|
||||
|
||||
onInputClear(id: 'driver' | 'train') {
|
||||
|
||||
Reference in New Issue
Block a user