Removed unneccessary imports. Added production note to kanban and job detail. IO-459
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button, Form, Input, InputNumber } from "antd";
|
||||
import { Button, Form, Input } from "antd";
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import FormDatePicker from "../form-date-picker/form-date-picker.component";
|
||||
@@ -138,7 +138,7 @@ export default function VehicleDetailFormComponent({ form, loading }) {
|
||||
{
|
||||
//TODO Add handling for paint code json
|
||||
//Removed as a part of IO-446.
|
||||
//No values have been captured in this field as of yet.
|
||||
//No values have been captured in this field as of yet.
|
||||
// <Form.Item
|
||||
// label={t("vehicles.fields.v_paint_codes")}
|
||||
// name="v_paint_codes"
|
||||
|
||||
Reference in New Issue
Block a user