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(() => ({
|
||||||
|
|
Loading…
Reference in New Issue