Added vehicle detail form.

This commit is contained in:
Patrick Fic
2020-02-07 11:55:37 -08:00
parent b070b0918c
commit 71bd8df208
15 changed files with 712 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ export default connect(
return () => {
//
};
}, [data]);
}, [data, setBodyshop]);
return <ManagePage match={match} />;
});