Skip to content

Commit

Permalink
Merge pull request #415 from ucdavis/JCS/FixProductDropdown
Browse files Browse the repository at this point in the history
Fixes dropdown
  • Loading branch information
jSylvestre authored Jul 31, 2024
2 parents c06f394 + 3e329e6 commit bd0bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hippo.Web/ClientApp/src/components/Product/Products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const Products = () => {
<div className="form-group">
<label htmlFor="fieldInstallmentType">Installment Type</label>
<select
className="form-control"
className="form-control form-select"
id="fieldInstallmentType"
required
value={editProductModel.installmentType}
Expand Down

0 comments on commit bd0bc27

Please sign in to comment.