From d6634b6e8a3ff70549e2a55223ef9887a130009c Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 9 Jun 2026 12:16:00 -0700 Subject: [PATCH] Add types --- .../resource-policy/PolicyAuthStackSectionCreate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx b/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx index 9b0685700..9553d8e57 100644 --- a/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx +++ b/src/components/resource-policy/PolicyAuthStackSectionCreate.tsx @@ -118,7 +118,7 @@ export function PolicyAuthStackSectionCreate({ } allIdps={allIdps} rolesEditor={ - control={parentForm.control} name="roles" render={({ field }) => ( @@ -137,7 +137,7 @@ export function PolicyAuthStackSectionCreate({ /> } usersEditor={ - control={parentForm.control} name="users" render={({ field }) => (