From c0e410d55163247aafc4f25a19a0a69c0858b695 Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Mon, 20 May 2019 13:03:24 +0200 Subject: [PATCH] standard --- src/app/components/plugin-manager-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/plugin-manager-settings.js b/src/app/components/plugin-manager-settings.js index 41f7f58fca..08adf6bf26 100644 --- a/src/app/components/plugin-manager-settings.js +++ b/src/app/components/plugin-manager-settings.js @@ -47,7 +47,7 @@ export class PluginManagerSettings { openDialog () { const fromLocal = window.localStorage.getItem('plugins/permissions') this.permissions = JSON.parse(fromLocal || '{}') - this.currentSetting = this.settings(), + this.currentSetting = this.settings() modalDialog('Plugin Manager Settings', this.currentSetting, { fn: () => this.onValidation() }, )