Remove JS alert
This commit is contained in:
parent
7e2b1b809f
commit
3084e4d781
1 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,6 @@ export default {
|
|||
} }
|
||||
)
|
||||
.then(response => {
|
||||
alert(`Playlist created successfully.`);
|
||||
this.success = true;
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
@ -235,8 +234,9 @@ input#playlist-name {
|
|||
border-color: var(--success);
|
||||
color: var(--success-text);
|
||||
border-style: solid;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
border-width: 2px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.success a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue