fix(front): playlist header
This commit is contained in:
parent
a4becfc891
commit
dd837925db
|
@ -120,6 +120,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
||||||
<Header
|
<Header
|
||||||
v-if="store.state.auth.authenticated"
|
v-if="store.state.auth.authenticated"
|
||||||
:h1="t('views.playlists.List.header.browse')"
|
:h1="t('views.playlists.List.header.browse')"
|
||||||
|
page-heading
|
||||||
:action="{
|
:action="{
|
||||||
onClick: () => { store.commit('playlists/showModal', true) },
|
onClick: () => { store.commit('playlists/showModal', true) },
|
||||||
text: t('views.playlists.List.button.manage'),
|
text: t('views.playlists.List.button.manage'),
|
||||||
|
|
Loading…
Reference in New Issue