chore: prepr

This commit is contained in:
Michael H.
2026-05-22 19:58:11 +02:00
parent 893ec00fc6
commit 3ab2273782
@@ -267,8 +267,6 @@ const sortTypes = computed(() => {
return baseSortTypes
})
const sortTypeValues = computed(() => sortTypes.value.map((option) => option.value))
const itemsPerPageOptions: ComboboxOption<number>[] = [
{ value: 20, label: '20' },
{ value: 40, label: '40' },