fix(style): dont show empty alert while loading

This commit is contained in:
ArneBo 2025-02-20 16:06:30 +01:00
parent c1ed0112bc
commit 926f4695f3
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const deletePlaylist = async () => {
/> />
</template> </template>
<Alert blue <Alert blue
v-else v-else-if="!isLoading"
align-items="center" align-items="center"
> >
<Layout flex :gap="8"> <Layout flex :gap="8">