mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update CreatePlaylistModal.vue
This commit is contained in:
parent
a0cdc6f0c4
commit
799e89e6fb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default {
|
|||
emits: ["created", "close"],
|
||||
data() {
|
||||
return {
|
||||
playlistName: "",
|
||||
playlistName: "New Playlist",
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue