mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-24 13:10:15 +02:00
Add types
This commit is contained in:
@@ -118,7 +118,7 @@ export function PolicyAuthStackSectionCreate({
|
|||||||
}
|
}
|
||||||
allIdps={allIdps}
|
allIdps={allIdps}
|
||||||
rolesEditor={
|
rolesEditor={
|
||||||
<FormField
|
<FormField<PolicyFormValues, "roles">
|
||||||
control={parentForm.control}
|
control={parentForm.control}
|
||||||
name="roles"
|
name="roles"
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
@@ -137,7 +137,7 @@ export function PolicyAuthStackSectionCreate({
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
usersEditor={
|
usersEditor={
|
||||||
<FormField
|
<FormField<PolicyFormValues, "users">
|
||||||
control={parentForm.control}
|
control={parentForm.control}
|
||||||
name="users"
|
name="users"
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user