Updated contract detail screen to have unsaved changes indicator BOD-127
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user