We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6f141 commit 09119f4Copy full SHA for 09119f4
client/src/views/CollectionEntry.vue
@@ -89,7 +89,7 @@ const isLoading = ref<boolean>(true);
89
const asyncOperationRunning = ref<boolean>(false);
90
91
const availableCollectionLabels = computed(getAvailableCollectionLabels);
92
-const availableTextLabels = computed(getAvailableTextLabels);
+const availableTextLabels = computed(() => getAvailableTextLabels().sort());
93
94
useTitle(
95
computed(() => `Collection | ${collectionAccessObject.value?.collection?.data.label ?? ''}`),
0 commit comments