improvement: address feedback

This commit is contained in:
Scott Wilson
2025-07-11 11:06:42 -07:00
parent 1567239fc2
commit af26323f3b

View File

@@ -471,7 +471,11 @@ const Form = ({
errorText={error?.message}
className="flex-1"
>
<SecretPathInput {...field} value={field.value} environment={formEnvironment} />
<SecretPathInput
{...field}
value={field.value || ""}
environment={formEnvironment}
/>
</FormControl>
)}
/>