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 => {
|
.then(response => {
|
||||||
alert(`Playlist created successfully.`);
|
|
||||||
this.success = true;
|
this.success = true;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
@ -235,8 +234,9 @@ input#playlist-name {
|
||||||
border-color: var(--success);
|
border-color: var(--success);
|
||||||
color: var(--success-text);
|
color: var(--success-text);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success a {
|
.success a {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue