Merge pull request #2849 from Bnyro/master

fix closing playlist add modal
This commit is contained in:
Bnyro 2023-08-22 09:22:10 +02:00 committed by GitHub
commit b3a6ef302e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<ModalComponent>
<ModalComponent @close="$emit('close')">
<span v-t="'actions.select_playlist'" class="inline-block w-max text-2xl" />
<select v-model="selectedPlaylist" class="select mt-3 w-full">
<option v-for="playlist in playlists" :key="playlist.id" :value="playlist.id" v-text="playlist.name" />