1
0
mirror of https://github.com/flarum/core.git synced 2025-10-09 05:56:25 +02:00

Clicking on an index nav item should always refresh the discussion list

This commit is contained in:
Toby Zerner
2015-05-18 15:27:39 +09:30
parent 10acb839cf
commit 8cba7ad3f2
4 changed files with 18 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ export default class Component {
static component(props) {
props = props || {};
if (this.props) {
props = this.props(props);
this.props(props);
}
var view = function(component) {
component.props = props;