IO-233 Begin Wip Header Creation
This commit is contained in:
@@ -49,7 +49,6 @@ export function DmsPostForm({ bodyshop, socket, job }) {
|
||||
}),
|
||||
});
|
||||
};
|
||||
console.log("🚀 ~ file: dms-post-form.component.jsx ~ line 58 ~ job", job);
|
||||
|
||||
const handleFinish = (values) => {
|
||||
socket.emit(`${determineDmsType(bodyshop)}-export-job`, {
|
||||
@@ -77,6 +76,17 @@ export function DmsPostForm({ bodyshop, socket, job }) {
|
||||
>
|
||||
<Input />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
name="story"
|
||||
label={t("jobs.fields.dms.story")}
|
||||
rules={[
|
||||
{
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input.TextArea />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
name="kmin"
|
||||
label={t("jobs.fields.kmin")}
|
||||
|
||||
Reference in New Issue
Block a user