IO-233 CDK WIP customer changes.
This commit is contained in:
@@ -69,7 +69,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
|
||||
story: t("jobs.labels.dms.defaultstory", {
|
||||
ro_number: job.ro_number,
|
||||
area_of_damage: job.area_of_damage && job.area_of_damage.impact1,
|
||||
}).substr(0, 249),
|
||||
}).substr(0, 239),
|
||||
}}
|
||||
>
|
||||
<LayoutFormRow grow>
|
||||
@@ -153,7 +153,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input.TextArea maxLength={250} />
|
||||
<Input.TextArea maxLength={240} />
|
||||
</Form.Item>
|
||||
<Divider />
|
||||
<Form.List name={["payers"]}>
|
||||
|
||||
Reference in New Issue
Block a user