IO-1531 CC Contract add to production.

This commit is contained in:
Patrick Fic
2021-11-17 20:18:21 -08:00
parent 69690f0184
commit 5540872f62
3 changed files with 48 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import { WarningFilled } from "@ant-design/icons";
import { Form, Input, InputNumber, Space } from "antd";
import { Form, Input, InputNumber, Space, Switch } from "antd";
import moment from "moment";
import React from "react";
import { useTranslation } from "react-i18next";
@@ -42,7 +42,6 @@ export default function ContractFormComponent({
<ContractStatusSelector />
</Form.Item>
)}
<Form.Item
label={t("contracts.fields.start")}
name="start"