Removed unneccessary imports. Added production note to kanban and job detail. IO-459

This commit is contained in:
Patrick Fic
2020-12-16 21:15:27 -08:00
parent a7acaed5d4
commit 42e519bd7e
15 changed files with 71 additions and 21 deletions

View File

@@ -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"