Skip to content

Commit

Permalink
ORV2-1394 removing i18options
Browse files Browse the repository at this point in the history
  • Loading branch information
erikataot committed Oct 19, 2023
1 parent 152af61 commit 9ff0f60
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ export const PowerUnitForm = ({ powerUnit }: PowerUnitFormProps) => {
label: "Unit #",
width: formFieldStyle.width,
}}
i18options={{
label_i18: "vehicle.power-unit.unit-number",
}}
/>

<CustomFormComponent
Expand All @@ -166,9 +163,6 @@ export const PowerUnitForm = ({ powerUnit }: PowerUnitFormProps) => {
label: "Make",
width: formFieldStyle.width,
}}
i18options={{
label_i18: "vehicle.power-unit.make",
}}
/>

<CustomFormComponent
Expand Down Expand Up @@ -218,9 +212,6 @@ export const PowerUnitForm = ({ powerUnit }: PowerUnitFormProps) => {
label: "Plate",
width: formFieldStyle.width,
}}
i18options={{
label_i18: "vehicle.power-unit.plate",
}}
/>

<CustomFormComponent
Expand Down

0 comments on commit 9ff0f60

Please sign in to comment.