Skip to content

Commit

Permalink
Bootstrap 5 issue
Browse files Browse the repository at this point in the history
InputGroup.Append is no longer needed.
  • Loading branch information
kruton committed May 30, 2022
1 parent 2c6f01b commit 3e1c6a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion static/src/components/CreatePetForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ export const CreatePetFormComponent = function (props) {
/>

<DropdownButton
as={InputGroup.Append}
variant="outline-secondary"
title={values.unit}
id="weight-unit"
Expand Down
4 changes: 1 addition & 3 deletions static/src/containers/OnboardNewFeeder/CreateRecipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ export class CreateRecipeContainer extends React.Component {
})
}
/>
<InputGroup.Append>
<InputGroup.Text id="food-weight">g/tbsp</InputGroup.Text>
</InputGroup.Append>
<InputGroup.Text id="food-weight">g/tbsp</InputGroup.Text>
</InputGroup>
</>
)}
Expand Down

0 comments on commit 3e1c6a7

Please sign in to comment.