@djb25/digit-ui-module-vendor 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11364,7 +11364,7 @@ const SelectVehicleType = ({
11364
11364
  const {
11365
11365
  data: vehicleData,
11366
11366
  isLoading: vehicleLoading
11367
- } = Digit.Hooks.wt.useMDMS(stateId, "Vehicle", "VehicleMakeModel");
11367
+ } = Digit.Hooks.wt.useWTMDMS(stateId, "Vehicle", "VehicleMakeModel");
11368
11368
  console.log("vehicleData", vehicleData);
11369
11369
  const {
11370
11370
  data: serviceTypeData,