Cleanup
This commit is contained in:
parent
1e64f3db18
commit
dd40a4c4d1
|
@ -64,7 +64,6 @@ export default {
|
|||
}
|
||||
}
|
||||
})
|
||||
console.log(final)
|
||||
return final
|
||||
},
|
||||
maxPage: function () {
|
||||
|
|
|
@ -74,6 +74,7 @@ export default {
|
|||
logger.default.info('Successfully created playlist')
|
||||
self.success = true
|
||||
self.isLoading = false
|
||||
self.name = ''
|
||||
self.$store.dispatch('playlists/fetchOwn')
|
||||
}, error => {
|
||||
logger.default.error('Error while creating playlist')
|
||||
|
|
Loading…
Reference in New Issue