mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Remove incorrect placeholder in class (#157)
This commit is contained in:
parent
cb3f6fcc71
commit
70aa7a0736
1 changed files with 0 additions and 1 deletions
|
@ -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(),
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue