Skip to content

Commit

Permalink
Made Trim level Optional (#1937)
Browse files Browse the repository at this point in the history
<!--
Thanks for opening a PR! Your contribution is much appreciated!
-->

## Bug

- [ ] Related issues linked #1923
  • Loading branch information
Infiniti-Development authored Jun 1, 2024
1 parent 6c41c76 commit 0718919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export function RegisterVehicleModal({ vehicle, onClose, onCreate, onUpdate }: P
/>

<SelectField
isOptional
label={tVehicle("trimLevels")}
selectionMode="multiple"
selectedKeys={values.trimLevels}
Expand Down

0 comments on commit 0718919

Please sign in to comment.