Several random fixes + updates to pm2 script.
This commit is contained in:
@@ -101,11 +101,16 @@ export default function JobsCreateOwnerInfoNewComponent() {
|
||||
message: "This is not a valid email address.",
|
||||
},
|
||||
]}
|
||||
name={["owner", "data", "ownr_ea"]}>
|
||||
<FormItemEmail
|
||||
//TODO Fix this email={getFieldValue("ownr_ea")}
|
||||
disabled={!state.owner.new}
|
||||
/>
|
||||
name={["owner", "data", "ownr_ea"]}
|
||||
shouldUpdate>
|
||||
{() => {
|
||||
return (
|
||||
<FormItemEmail
|
||||
//email={form.getFieldValue("ownr_ea")}
|
||||
disabled={!state.owner.new}
|
||||
/>
|
||||
);
|
||||
}}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("owners.fields.ownr_ph1")}
|
||||
|
||||
Reference in New Issue
Block a user