IO-1332 Resolve production note save on intake.

This commit is contained in:
Patrick Fic
2021-08-30 15:25:04 -07:00
parent b3a34c109a
commit 03210db711

View File

@@ -245,6 +245,7 @@ export function JobChecklistForm({
name={["production_vars", "note"]}
label={t("jobs.fields.production_vars.note")}
disabled={readOnly}
trigger="onChange"
>
<Input.TextArea rows={3} disabled={readOnly} />
</Form.Item>