We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8579b commit f29c915Copy full SHA for f29c915
src/views/Settings.tsx
@@ -430,7 +430,7 @@ export const Settings = () => {
430
updatedAccount.data.settings.jwt_groups_claim_name,
431
groups_propagation_enabled:
432
updatedAccount.data.settings.groups_propagation_enabled,
433
- peer_approval_enabled: updatedAccount.data.settings.extra.peer_approval_enabled
+ peer_approval_enabled: updatedAccount.data.settings.extra? updatedAccount.data.settings.extra.peer_approval_enabled : false,
434
} as FormAccount;
435
setFormAccount(fAccount);
436
} else if (updatedAccount.error) {
0 commit comments