mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
(ui): Fix inconsistent data shown in AggregatingTasks view
This commit is contained in:
@@ -59,6 +59,7 @@ import {
|
||||
deleteAggregatingTask,
|
||||
runAggregatingTask,
|
||||
archiveAggregatingTask,
|
||||
ListAggregatingTasksResponse,
|
||||
} from "../api";
|
||||
import { Dispatch } from "redux";
|
||||
import { toErrorString, toErrorStringWithHttpStatus } from "../utils";
|
||||
@@ -418,7 +419,7 @@ interface ListAggregatingTasksSuccessAction {
|
||||
type: typeof LIST_AGGREGATING_TASKS_SUCCESS;
|
||||
queue: string;
|
||||
group: string;
|
||||
payload: ListTasksResponse;
|
||||
payload: ListAggregatingTasksResponse;
|
||||
}
|
||||
|
||||
interface ListAggregatingTasksErrorAction {
|
||||
|
Reference in New Issue
Block a user