mirror of
https://github.com/flarum/core.git
synced 2025-05-06 23:45:39 +02:00
Fix sort menu not displaying the current option
This commit is contained in:
parent
16c714012f
commit
ac83cb1cf4
@ -160,7 +160,7 @@ export default class IndexPage extends Component {
|
|||||||
items.add('sort',
|
items.add('sort',
|
||||||
SelectInput.component({
|
SelectInput.component({
|
||||||
options: sortOptions,
|
options: sortOptions,
|
||||||
value: this.params.sort,
|
value: this.params().sort,
|
||||||
onchange: this.reorder.bind(this)
|
onchange: this.reorder.bind(this)
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user