From d62a2c0aaf31e4cce67ca23e19ffbd827c27154c Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 25 May 2021 14:42:59 -0700 Subject: [PATCH] IO-1095 Remove required fields vehicle/owner. --- .../owner-detail-form.component.jsx | 44 ++----------------- .../vehicle-detail-form.component.jsx | 22 +--------- 2 files changed, 6 insertions(+), 60 deletions(-) diff --git a/client/src/components/owner-detail-form/owner-detail-form.component.jsx b/client/src/components/owner-detail-form/owner-detail-form.component.jsx index 8dc3772c6..f8886f3ce 100644 --- a/client/src/components/owner-detail-form/owner-detail-form.component.jsx +++ b/client/src/components/owner-detail-form/owner-detail-form.component.jsx @@ -31,55 +31,19 @@ export default function OwnerDetailFormComponent({ form, loading }) { - + - + - + - + diff --git a/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx b/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx index be0cb80b8..86c587afe 100644 --- a/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx +++ b/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx @@ -76,28 +76,10 @@ export default function VehicleDetailFormComponent({ form, loading }) { - + - +