move toggle on general page

This commit is contained in:
miloschwartz
2026-06-06 15:34:34 -07:00
parent 7b1f8d98f3
commit aa47f522ef
5 changed files with 136 additions and 103 deletions

View File

@@ -279,7 +279,7 @@ export function PolicyAuthStackSectionCreate({
onOpenChange={(open) => !open && closeCredenza()}
emailEnabled={emailEnabled}
emails={emails}
onEmailsChange={(value) =>
onSave={(value) =>
parentForm.setValue(
"emails",
value as PolicyFormValues["emails"]