1
0
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:
Matthew Kilgore
2020-08-04 20:02:36 -04:00
committed by Franz Liedke
parent 07551b4890
commit 9d8374208f

View File

@@ -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>;
}
/**