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() }, )