mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
chore: typings
This commit is contained in:
@@ -22,7 +22,7 @@ export default class QueueState {
|
|||||||
|
|
||||||
return app.store.find<Task[]>('extension-manager-tasks', params || {}).then((data) => {
|
return app.store.find<Task[]>('extension-manager-tasks', params || {}).then((data) => {
|
||||||
this.tasks = data;
|
this.tasks = data;
|
||||||
this.total = data.payload.meta?.total;
|
this.total = data.payload.meta?.total || 0;
|
||||||
|
|
||||||
m.redraw();
|
m.redraw();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user