Make cancel button functional in ActiveTasksTable

This commit is contained in:
Ken Hibino
2020-12-05 14:31:33 -08:00
parent a737eea675
commit fa3e9ec761
2 changed files with 31 additions and 14 deletions

View File

@@ -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;