diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 57ae4235..47cf5183 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -64,7 +64,6 @@ export default { } } }) - console.log(final) return final }, maxPage: function () { diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue index 8b39c6f6..267e2c10 100644 --- a/front/src/components/playlists/Form.vue +++ b/front/src/components/playlists/Form.vue @@ -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')