fix(front): comma dangle
This commit is contained in:
parent
5f31207b05
commit
5acdb39f59
|
@ -15,7 +15,7 @@ const tabs = ref([{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.content.Base.link.tracks'),
|
title: t('views.content.Base.link.tracks'),
|
||||||
to: { name: 'content.libraries.files' },
|
to: { name: 'content.libraries.files' }
|
||||||
}])
|
}])
|
||||||
|
|
||||||
const labels = computed(() => ({
|
const labels = computed(() => ({
|
||||||
|
|
|
@ -9,5 +9,5 @@ defineProps<Props>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<library-files-table :default-query="query" />
|
<library-files-table :default-query="query" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue