fix favorita page first steps
This commit is contained in:
parent
8b7db259ac
commit
9e3155d302
|
@ -94,11 +94,8 @@ const labels = computed(() => ({
|
|||
|
||||
<template>
|
||||
<Modal
|
||||
ref="modal"
|
||||
v-model="show"
|
||||
:title="track.title"
|
||||
:scrolling="true"
|
||||
class="scrolling-track-options"
|
||||
>
|
||||
<div class="header">
|
||||
<div class="ui large centered rounded image">
|
||||
|
|
|
@ -66,7 +66,7 @@ const fetchFavorites = async () => {
|
|||
page: page.value,
|
||||
page_size: paginateBy.value,
|
||||
ordering: orderingString.value,
|
||||
scope: store.state.auth.fullUsername
|
||||
scope: "me"
|
||||
}
|
||||
|
||||
const measureLoading = logger.time('Loading user favorites')
|
||||
|
|
Loading…
Reference in New Issue