mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 01:29:29 +08:00
Don't load discussions on admin (#152)
Fixes https://github.com/flarum/core/issues/3201
This commit is contained in:
parent
f7777ff9e3
commit
f47f3f601d
|
@ -44,7 +44,7 @@ export default class TagsPage extends ExtensionPage {
|
|||
|
||||
this.loading = true;
|
||||
|
||||
app.store.find('tags', { include: 'parent,lastPostedDiscussion' }).then(() => {
|
||||
app.store.find('tags', { include: 'parent' }).then(() => {
|
||||
this.loading = false;
|
||||
|
||||
m.redraw();
|
||||
|
|
Loading…
Reference in New Issue
Block a user