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'),
|
||||
to: { name: 'content.libraries.files' },
|
||||
to: { name: 'content.libraries.files' }
|
||||
}])
|
||||
|
||||
const labels = computed(() => ({
|
||||
|
|
|
@ -9,5 +9,5 @@ defineProps<Props>()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<library-files-table :default-query="query" />
|
||||
<library-files-table :default-query="query" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue