From dd40a4c4d18143bc7f9fc567ccf118fa8078c8b1 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 20 Mar 2018 19:58:38 +0100
Subject: [PATCH] Cleanup

---
 front/src/components/Pagination.vue     | 1 -
 front/src/components/playlists/Form.vue | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

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')
-- 
GitLab