From e606681872e86d56c9b06da272f4ca184c956b8b Mon Sep 17 00:00:00 2001 From: Julien Machiels Date: Fri, 14 Aug 2020 20:00:57 +0200 Subject: [PATCH] Update src/scripts/clientUtils.js Co-authored-by: Cameron --- src/scripts/clientUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index b8ed8c038b..bf61bb1dd3 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -101,7 +101,7 @@ export function processPluginConfigurationUpdateResult() { ]) .then(([{default: loading}, {default: toast}]) => { loading.hide(); - toast.default(Globalize.translate('MessageSettingsSaved')); + toast(Globalize.translate('MessageSettingsSaved')); }); }