Skip to content
Snippets Groups Projects
Verified Commit dd40a4c4 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Cleanup

parent 1e64f3db
Branches
Tags
No related merge requests found
...@@ -64,7 +64,6 @@ export default { ...@@ -64,7 +64,6 @@ export default {
} }
} }
}) })
console.log(final)
return final return final
}, },
maxPage: function () { maxPage: function () {
......
...@@ -74,6 +74,7 @@ export default { ...@@ -74,6 +74,7 @@ export default {
logger.default.info('Successfully created playlist') logger.default.info('Successfully created playlist')
self.success = true self.success = true
self.isLoading = false self.isLoading = false
self.name = ''
self.$store.dispatch('playlists/fetchOwn') self.$store.dispatch('playlists/fetchOwn')
}, error => { }, error => {
logger.default.error('Error while creating playlist') logger.default.error('Error while creating playlist')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment