From f35ea026b8376198ca3029df469167834acd64df Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 19 Mar 2024 16:25:21 -0400 Subject: [PATCH] - Hasura Migration Changes Signed-off-by: Dave Richer --- .../job-lifecycle/job-lifecycle-dashboard.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx b/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx index 417907eb9..85e8ef8fc 100644 --- a/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx +++ b/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx @@ -19,7 +19,7 @@ export default function JobLifecycleDashboardComponent({data, bodyshop, ...cardP setLoading(true); const response = await axios.post("/job/lifecycle", { jobids: data.job_lifecycle.map(x => x.id), - statuses: bodyshop.md_order_statuses + statuses: bodyshop.md_ro_statuses }); setLifecycleData(response.data.durations); setLoading(false);