mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed bugs
This commit is contained in:
@@ -177,6 +177,7 @@ export const AccessPolicyForm = ({
|
||||
/>
|
||||
|
||||
<Controller
|
||||
control={control}
|
||||
name="secretPath"
|
||||
render={({ field, fieldState: { error } }) => (
|
||||
<FormControl label="Secret Path" isError={Boolean(error)} errorText={error?.message}>
|
||||
@@ -186,8 +187,8 @@ export const AccessPolicyForm = ({
|
||||
/>
|
||||
|
||||
<Controller
|
||||
name="approvers"
|
||||
control={control}
|
||||
name="approvers"
|
||||
render={({ field: { value, onChange }, fieldState: { error } }) => (
|
||||
<FormControl
|
||||
label="Approvers Required"
|
||||
|
||||
Reference in New Issue
Block a user