Added save warning to cc edit page BOD-127
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import CourtesyCarFormComponent from "../../components/courtesy-car-form/courtesy-car-form.component"
|
||||
import CourtesyCarFormComponent from "../../components/courtesy-car-form/courtesy-car-form.component";
|
||||
|
||||
export default function CourtesyCarCreateComponent() {
|
||||
return <CourtesyCarFormComponent />;
|
||||
export default function CourtesyCarCreateComponent({ form }) {
|
||||
return <CourtesyCarFormComponent form={form} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user