From f07a61bd55cd5716aa67643e9768d47fa4751fae Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 25 Feb 2020 16:50:08 +0100
Subject: [PATCH] Fixed broken toast

---
 front/vue.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index 696b95720..b493d660a 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -26,8 +26,8 @@ plugins.push(
       path.join(__dirname, './src/**/*.js')
     ]),
     whitelist: ['scale'],
-    whitelistPatterns:[/plyr/],
-    whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
+    whitelistPatterns: [/plyr/, /toast/],
+    whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
   }),
 )
 module.exports = {
-- 
GitLab