[web] Remove text "No results." at the end of Spotify album list
This commit is contained in:
parent
f54a435d15
commit
f08de1fc32
|
@ -35,6 +35,9 @@
|
||||||
<template #no-more>
|
<template #no-more>
|
||||||
<br />
|
<br />
|
||||||
</template>
|
</template>
|
||||||
|
<template #no-results>
|
||||||
|
<br />
|
||||||
|
</template>
|
||||||
</VueEternalLoading>
|
</VueEternalLoading>
|
||||||
<modal-dialog-artist-spotify
|
<modal-dialog-artist-spotify
|
||||||
:item="artist"
|
:item="artist"
|
||||||
|
|
Loading…
Reference in New Issue