mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +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:
committed by
Franz Liedke
parent
aceac88013
commit
f1a480d3d7
@@ -28,7 +28,7 @@ export default class Modal extends Component {
|
||||
}
|
||||
|
||||
onremove() {
|
||||
this.props.onhide();
|
||||
this.attrs.onhide();
|
||||
}
|
||||
|
||||
view() {
|
||||
|
Reference in New Issue
Block a user