fix(front): Playlists formatting
This commit is contained in:
parent
9635143e27
commit
b836c02883
|
@ -114,13 +114,13 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
|||
<Layout stack main>
|
||||
<Header
|
||||
:h1="t('views.playlists.List.header.browse')"
|
||||
:action="{ onClick: () => store.commit('playlists/showModal', true), text: t('views.playlists.List.button.manage') }"
|
||||
:action="{
|
||||
onClick: () => store.commit('playlists/showModal', true),
|
||||
text: t('views.playlists.List.button.manage'),
|
||||
}"
|
||||
icon="bi-music-note-list"
|
||||
primary
|
||||
/>
|
||||
<template >
|
||||
|
||||
</template>
|
||||
<Layout form flex
|
||||
:class="['ui', {'loading': isLoading}, 'form']"
|
||||
@submit.prevent="search"
|
||||
|
|
Loading…
Reference in New Issue