From acae628bc4a6a0f7f304464ecd3acabf7a69680b Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 6 May 2021 17:06:26 -0700 Subject: [PATCH] IO-974 Close bill drawer on return. --- .../bill-detail-edit/bill-detail-edit.container.jsx | 8 +++++--- client/src/components/bill-form/bill-form.component.jsx | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx b/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx index 869660f9d..c41575bd7 100644 --- a/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx +++ b/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx @@ -173,7 +173,9 @@ export function BillDetailEditcontainer({ setPartsOrderContext }) { diff --git a/client/src/components/bill-form/bill-form.component.jsx b/client/src/components/bill-form/bill-form.component.jsx index 84360b257..1ce9864b2 100644 --- a/client/src/components/bill-form/bill-form.component.jsx +++ b/client/src/components/bill-form/bill-form.component.jsx @@ -202,24 +202,27 @@ export function BillFormComponent({ - + {() => { const values = form.getFieldsValue([ "billlines", @@ -238,7 +241,7 @@ export function BillFormComponent({ if (!!totals) return (
- } wrap> +