Commit 390a2466 authored by Assunta DeSanto's avatar Assunta DeSanto
Browse files

Update client/src/components/History/Content/Collection/JobStateSummary.js

parent eb376798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
import { STATES } from "../model/states";

const NON_TERMINAL_STATES = ["new", "waiting", "queued", "running", "resubmitted", "upload"];
const ERROR_STATES = ["error", "discarded", "deleted"];
const ERROR_STATES = ["error", "failed", "deleted"];

export class JobStateSummary extends Map {
    constructor(dsc = {}) {