Skip to content

Commit

Permalink
fix(SGS): Fixing bug in FindVehicleFormField for Order-Plate (#14904)
Browse files Browse the repository at this point in the history
* Fixing bug in FindVehicleFormField for Order-Plate

* Update libs/application/ui-fields/src/lib/FindVehicleFormField/FindVehicleFormField.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 23, 2024
1 parent 162b3a3 commit 8963db8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const extractDetails = function (
) {
return {
...extractCommonVehicleInfo(response.basicVehicleInformation),
isDebtLess: true,
validationErrorMessages: response?.validationErrorMessages ?? [],
}
} else if (
isVehicleType<VehicleOperatorChangeChecksByPermno>(
Expand Down

0 comments on commit 8963db8

Please sign in to comment.