From b4ace3c9dd29972440a974a16514a06e0b046a62 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sat, 24 Feb 2018 15:10:47 +0100
Subject: [PATCH] Typo

---
 front/src/store/instance.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/store/instance.js b/front/src/store/instance.js
index 80003db0dc..ed7d653fcc 100644
--- a/front/src/store/instance.js
+++ b/front/src/store/instance.js
@@ -40,7 +40,7 @@ export default {
         })
         commit('settings', sections)
         if (payload && payload.callback) {
-          callback()
+          payload.callback()
         }
       }, response => {
         logger.default.error('Error while fetching settings', response.data)
-- 
GitLab