mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +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) => {
|
||||
this.tasks = data;
|
||||
this.total = data.payload.meta?.total;
|
||||
this.total = data.payload.meta?.total || 0;
|
||||
|
||||
m.redraw();
|
||||
|
||||
|
Reference in New Issue
Block a user