Update CreatePlaylistModal.vue

This commit is contained in:
nieve 2024-06-10 00:43:39 -04:00
parent a0cdc6f0c4
commit 799e89e6fb

View file

@ -21,7 +21,7 @@ export default {
emits: ["created", "close"],
data() {
return {
playlistName: "",
playlistName: "New Playlist",
};
},
mounted() {