mirror of
https://github.com/flarum/core.git
synced 2025-08-15 04:44:08 +02:00
update: common/components/Button
This commit is contained in:
committed by
Franz Liedke
parent
07551b4890
commit
9d8374208f
@@ -47,7 +47,7 @@ export default class Button extends Component {
|
||||
delete attrs.onclick;
|
||||
}
|
||||
|
||||
return <button {...attrs}>{this.getButtonContent(attrs, vnode.children)}</button>;
|
||||
return <button {...attrs}>{this.getButtonContent(vnode.attrs, vnode.children)}</button>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user