🚧 resource policy rules

This commit is contained in:
Fred KISSIE
2026-03-04 19:31:59 +01:00
parent f42c013f33
commit 1a5e9f1005
9 changed files with 199 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export function EditPolicyOtpEmailSectionForm({
defaultValues: {
emailWhitelistEnabled: policy.emailWhitelistEnabled,
emails: policy.emailWhiteList.map((email) => ({
id: email.whitelistId.toString(),
id: email.whiteListId.toString(),
text: email.email
}))
}