poprawki typów; ułożenie elementów w karcie filtrów scenerii

This commit is contained in:
2023-12-21 22:16:03 +01:00
parent 0995ce15bc
commit 514723cf74
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export namespace Journal {
};
export type TimetableSorterKey = 'timetableId' | 'beginDate' | 'distance' | 'total-stops';
export type DispatcherSorterKey = 'timestampFrom' | 'duration';
export type DispatcherSorterKey = 'timestampFrom' | 'duration' | '';
export interface DispatcherSorter {
id: DispatcherSorterKey;