Remove incorrect placeholder in class (#157)

This commit is contained in:
Cecile Tonglet 2022-12-12 08:03:16 +01:00 committed by GitHub
parent cb3f6fcc71
commit 70aa7a0736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,6 @@ impl Component for InputGroup {
ctx.props().large.then_some("bp3-large"), ctx.props().large.then_some("bp3-large"),
ctx.props().small.then_some("bp3-small"), ctx.props().small.then_some("bp3-small"),
ctx.props().round.then_some("bp3-round"), ctx.props().round.then_some("bp3-round"),
ctx.props().placeholder.clone(),
ctx.props().class.clone(), ctx.props().class.clone(),
)} )}
> >