Added import notes & dates. IO-556 IO-495
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Form } from "antd";
|
||||
import { DatePicker, Form } from "antd";
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { connect } from "react-redux";
|
||||
@@ -22,7 +22,7 @@ export function JobsDetailDatesComponent({ jobRO, job }) {
|
||||
label={t("jobs.fields.date_estimated")}
|
||||
name="date_estimated"
|
||||
>
|
||||
<DateTimePicker disabled={jobRO} />
|
||||
<DatePicker disabled={jobRO} />
|
||||
</Form.Item>
|
||||
<Form.Item label={t("jobs.fields.date_open")} name="date_open">
|
||||
<DateTimePicker disabled={jobRO} />
|
||||
|
||||
Reference in New Issue
Block a user