Updated contract detail screen to have unsaved changes indicator BOD-127

This commit is contained in:
Patrick Fic
2020-07-13 16:53:10 -07:00
parent 878e36ceec
commit 0217f118d6
5 changed files with 46 additions and 38 deletions

View File

@@ -18,6 +18,7 @@ export function ContractDetailPage({
courtesyCar,
setCourtesyCarReturnModalContext,
refetch,
form
}) {
const { t } = useTranslation();
return (
@@ -54,7 +55,7 @@ export function ContractDetailPage({
<ContractCourtesyCarBlock courtesyCar={courtesyCar} />
</Col>
<Col span={18} offset={1}>
<ContractFormComponent />
<ContractFormComponent form={form}/>
</Col>
</Row>
</div>