1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Rename leftover props to attrs. ALthough this piece of code will probably be removed soon as per https://github.com/flarum/core/pull/2263

This commit is contained in:
Alexander Skvortsov
2020-08-15 22:29:00 -04:00
committed by Franz Liedke
parent aceac88013
commit f1a480d3d7

View File

@@ -28,7 +28,7 @@ export default class Modal extends Component {
} }
onremove() { onremove() {
this.props.onhide(); this.attrs.onhide();
} }
view() { view() {