Thanks to visit codestin.com Credit goes to github.com
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 91ca380 commit 328ce2fCopy full SHA for 328ce2f
site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.tsx
@@ -347,7 +347,7 @@ const IdpGroupSyncForm = ({
347
id={AUTO_CREATE_MISSING_GROUPS_ID}
348
checked={form.values.auto_create_missing_groups}
349
onCheckedChange={async (checked) => {
350
- void form.setFieldValue("organization_assign_default", checked);
+ void form.setFieldValue("auto_create_missing_groups", checked);
351
form.handleSubmit();
352
}}
353
/>
0 commit comments