Skip to content
Snippets Groups Projects
Commit 5712fee5 authored by Martin Koerwien's avatar Martin Koerwien
Browse files

Merge branch 'download-all' into 'master'

Download all

See merge request piveau/ui/piveau-ui!199
parents 5765f965 9ceb0867
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ const hasMounted = ref(false)
onClickOutside(dropdownList, event => showList.value = false)
const setvalue = async (e) => {
validationTrigger = false
validationTrigger.value = false
if (e.id) {
catId.value = e.id
catVal.value = e.name
......@@ -104,7 +104,7 @@ const filteredCatalogs = computed(() => {
if (!catalog?.title) title = id
else if (typeof catalog?.title === 'string') title = catalog?.title
else if (typeof catalog?.title === 'object') title =
else if (typeof catalog?.title === 'object') title =
catalog?.title[locale.value]
|| catalog?.title[fallbackLocale.value]
|| Object.values(catalog?.title)?.[0]
......@@ -147,4 +147,4 @@ onMounted(async () => {
overflow: overlay;
overflow-x: hidden;
}
</style>
\ No newline at end of file
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment