Skip to content

Commit

Permalink
Merge pull request #275 from bcgov/icbc-prefill-change
Browse files Browse the repository at this point in the history
update icbc button
  • Loading branch information
sam-warren authored Jan 26, 2024
2 parents 75a7777 + 4a6ec10 commit 576120d
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,6 @@ export const VehicleInfo = (props) => {
type="text"
/>
</Col>
<Col sm={5}>
<SearchableSelect
className="field-height field-width"
label="Jurisdiction"
name="vehicle_jurisdiction"
onChange={handleJurisdictionChange}
options={vehicleJurisdictionOptions}
/>
</Col>
<Col sm={1} className="mt-4">
<Button
className="slim-button"
Expand All @@ -135,6 +126,15 @@ export const VehicleInfo = (props) => {
ICBC Prefill
</Button>
</Col>
<Col sm={5}>
<SearchableSelect
className="field-height field-width"
label="Province / State / International"
name="vehicle_jurisdiction"
onChange={handleJurisdictionChange}
options={vehicleJurisdictionOptions}
/>
</Col>
</Row>

<Row style={{ minHeight: "85px" }}>
Expand Down

0 comments on commit 576120d

Please sign in to comment.