mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix type check
This commit is contained in:
@@ -454,7 +454,7 @@ const Form = ({
|
||||
errorText={error?.message}
|
||||
className="flex-shrink"
|
||||
>
|
||||
<Input {...field} value={field.value} placeholder="permanent" />
|
||||
<Input {...field} value={field.value || ""} placeholder="permanent" />
|
||||
</FormControl>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user