mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki statusów danych
This commit is contained in:
@@ -129,8 +129,6 @@ export default defineComponent({
|
||||
provide('sorterActive', sorterActive);
|
||||
|
||||
const computedTrains: ComputedRef<Train[]> = computed(() => {
|
||||
if (timetableDataStatus.value != DataStatus.Loaded) return [];
|
||||
|
||||
return filteredTrainList(trainList.value, searchedTrain.value, searchedDriver.value, sorterActive.value);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user