Package update modifications & IO-2192 Add ability to preselect make and model when creating a job.

This commit is contained in:
Patrick Fic
2023-03-02 08:50:05 -08:00
parent ca7dfacec4
commit d825c04850
14 changed files with 7297 additions and 10002 deletions

View File

@@ -17,7 +17,7 @@ export default function JobsCreateComponent({ form }) {
const steps = [
{
title: t("jobs.labels.create.vehicleinfo"),
content: <JobsCreateVehicleInfoContainer />,
content: <JobsCreateVehicleInfoContainer form={form} />,
validation:
!!state.vehicle.new ||
!!state.vehicle.selectedid ||