=
{meta?.field_description || ""}
setOtherParamsText(e.target.value)}
+ onChange={(e) => {
+ setOtherParamsText(e.target.value);
+ setHasInvalidJson(false);
+ }}
onBlur={handleOtherParamsBlur}
+ status={hasInvalidJson ? "error" : undefined}
autoSize={{ minRows: 2 }}
className="font-mono text-sm w-full"
/>