mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 14:56:13 +08:00
(ui): Fix inconsistent data shown in AggregatingTasks view
This commit is contained in:
@@ -968,10 +968,7 @@ function queuesReducer(
|
||||
}
|
||||
return {
|
||||
...queueInfo,
|
||||
currentStats: {
|
||||
...queueInfo.currentStats,
|
||||
groups: action.payload.groups.length,
|
||||
},
|
||||
currentStats: action.payload.stats,
|
||||
};
|
||||
});
|
||||
return { ...state, data: newData };
|
||||
|
Reference in New Issue
Block a user