Added save warning to cc edit page BOD-127

This commit is contained in:
Patrick Fic
2020-07-13 16:22:06 -07:00
parent e2f7566783
commit f998c32b32
5 changed files with 42 additions and 36 deletions

View File

@@ -117,6 +117,7 @@ export function CourtesyCarDetailPageContainer({
>
<CourtesyCarDetailPageComponent
contracts={data ? data.courtesycars_by_pk.cccontracts : []}
form={form}
/>
</Form>
);