From 4b770d138501843306ad16a6d38d2ab6ebe560e7 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 6 Jun 2026 13:34:24 -0700 Subject: [PATCH] Fix issues --- .../resource-policy/PolicyAuthStackSectionCreate.tsx | 4 ++-- src/components/resource-policy/PolicyAuthStackSectionEdit.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx b/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx index c462cd9ae..9deb74998 100644 --- a/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx +++ b/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx @@ -123,7 +123,7 @@ export function PolicyAuthStackSectionCreate({ } allIdps={allIdps} rolesEditor={ - control={parentForm.control} name="roles" render={({ field }) => ( @@ -146,7 +146,7 @@ export function PolicyAuthStackSectionCreate({ /> } usersEditor={ - control={parentForm.control} name="users" render={({ field }) => ( diff --git a/src/components/resource-policy/PolicyAuthStackSectionEdit.tsx b/src/components/resource-policy/PolicyAuthStackSectionEdit.tsx index f24e4360d..2140ad445 100644 --- a/src/components/resource-policy/PolicyAuthStackSectionEdit.tsx +++ b/src/components/resource-policy/PolicyAuthStackSectionEdit.tsx @@ -662,7 +662,8 @@ export function PolicyAuthStackSectionEdit({ user: headerAuth.user, password: headerAuth.password, extendedCompatibility: - headerAuth.extendedCompatibility + headerAuth.extendedCompatibility ?? + true } : undefined }