mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-07 04:58:44 +02:00
Fix issues
This commit is contained in:
@@ -123,7 +123,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 }) => (
|
||||||
@@ -146,7 +146,7 @@ export function PolicyAuthStackSectionCreate({
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
usersEditor={
|
usersEditor={
|
||||||
<FormField
|
<FormField<PolicyFormValues, "users">
|
||||||
control={parentForm.control}
|
control={parentForm.control}
|
||||||
name="users"
|
name="users"
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
|
|||||||
@@ -662,7 +662,8 @@ export function PolicyAuthStackSectionEdit({
|
|||||||
user: headerAuth.user,
|
user: headerAuth.user,
|
||||||
password: headerAuth.password,
|
password: headerAuth.password,
|
||||||
extendedCompatibility:
|
extendedCompatibility:
|
||||||
headerAuth.extendedCompatibility
|
headerAuth.extendedCompatibility ??
|
||||||
|
true
|
||||||
}
|
}
|
||||||
: undefined
|
: undefined
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user