mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Nowy filtr dla historii rozkładów jazdy
This commit is contained in:
@@ -60,7 +60,7 @@ export default defineComponent({
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
|
||||
const sorterOptions = ['date', 'distance', 'total-stops'];
|
||||
const sorterOptions = ['timetableId', 'beginDate', 'distance', 'total-stops'];
|
||||
|
||||
const translatedSorterOptions = computed(() =>
|
||||
sorterOptions.map((id) => ({
|
||||
|
||||
Reference in New Issue
Block a user