mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 14:44:03 +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;
|
this.loading = true;
|
||||||
|
|
||||||
app.store.find('tags', { include: 'parent,lastPostedDiscussion' }).then(() => {
|
app.store.find('tags', { include: 'parent' }).then(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
||||||
m.redraw();
|
m.redraw();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user