mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2849 from Bnyro/master
fix closing playlist add modal
This commit is contained in:
		
						commit
						b3a6ef302e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue