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
|
||||
v-if="store.state.auth.authenticated"
|
||||
:h1="t('views.playlists.List.header.browse')"
|
||||
page-heading
|
||||
:action="{
|
||||
onClick: () => { store.commit('playlists/showModal', true) },
|
||||
text: t('views.playlists.List.button.manage'),
|
||||
|
|
Loading…
Reference in New Issue