Removed all todos from code and created corresponding JIRA tickets.
This commit is contained in:
@@ -136,7 +136,7 @@ export default function VehicleDetailFormComponent({ form, loading }) {
|
||||
<FormDatePicker />
|
||||
</Form.Item>
|
||||
{
|
||||
//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.
|
||||
// <Form.Item
|
||||
|
||||
@@ -29,7 +29,7 @@ function VehicleDetailFormContainer({ vehicle, refetch }) {
|
||||
notification["success"]({
|
||||
message: t("vehicles.successes.save"),
|
||||
});
|
||||
//TODO Better way to reset the field decorators?
|
||||
|
||||
if (refetch) await refetch();
|
||||
form.resetFields();
|
||||
form.resetFields();
|
||||
|
||||
Reference in New Issue
Block a user