forked from Nexus/nexus
put account data keys in model
This commit is contained in:
parent
76f9175857
commit
2afd5ae258
2 changed files with 8 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ class SettingsSectionsController
|
|||
.watch(ClientController.provider.notifier)
|
||||
.setAccountData(
|
||||
.new(
|
||||
type: InvitePermissionConfig.key,
|
||||
type: AccountData.invitePermissionConfigKey,
|
||||
content: InvitePermissionConfig(
|
||||
defaultAction: value,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue