pull/3094/head
Grandschtroumpf 6 years ago
parent 4929db1c23
commit c0e410d551
  1. 2
      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() },
)

Loading…
Cancel
Save