mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 03:12:11 +08:00
Set default item priorities
This commit is contained in:
parent
61e4763c68
commit
6c8144f90a
|
@ -276,7 +276,8 @@ export default class DiscussionPage extends mixin(Component, evented) {
|
|||
PostStreamScrubber.component({
|
||||
stream: this.stream,
|
||||
className: 'App-titleControl'
|
||||
})
|
||||
}),
|
||||
-100
|
||||
);
|
||||
|
||||
return items;
|
||||
|
|
|
@ -175,7 +175,8 @@ export default class IndexPage extends Component {
|
|||
href: app.route('index', params),
|
||||
children: app.trans('core.all_discussions'),
|
||||
icon: 'comments-o'
|
||||
})
|
||||
}),
|
||||
100
|
||||
);
|
||||
|
||||
return items;
|
||||
|
|
Loading…
Reference in New Issue
Block a user