[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>
|
||||
<br />
|
||||
</template>
|
||||
<template #no-results>
|
||||
<br />
|
||||
</template>
|
||||
</VueEternalLoading>
|
||||
<modal-dialog-artist-spotify
|
||||
:item="artist"
|
||||
|
|
Loading…
Reference in New Issue