mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-16 19:51:38 +08:00
Make cancel button functional in ActiveTasksTable
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
||||
ScheduledTask,
|
||||
} from "../api";
|
||||
|
||||
interface ActiveTaskExtended extends ActiveTask {
|
||||
export interface ActiveTaskExtended extends ActiveTask {
|
||||
// Indicates that a request has been sent for this
|
||||
// task and awaiting for a response.
|
||||
requestPending: boolean;
|
||||
|
Reference in New Issue
Block a user