From 9a42e34a9e00e347623852a2e2e56754fb3f037a Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 26 Feb 2021 16:16:20 -0800 Subject: [PATCH] Resolve filtering on part status IO-716 --- client/src/components/job-detail-lines/job-lines.component.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/job-detail-lines/job-lines.component.jsx b/client/src/components/job-detail-lines/job-lines.component.jsx index f1b564d36..8f5ce8a2e 100644 --- a/client/src/components/job-detail-lines/job-lines.component.jsx +++ b/client/src/components/job-detail-lines/job-lines.component.jsx @@ -246,6 +246,8 @@ export function JobLinesComponent({ sorter: (a, b) => alphaSort(a.status, b.status), sortOrder: state.sortedInfo.columnKey === "status" && state.sortedInfo.order, + filteredValue: state.filteredInfo.status || null, + filters: (jobLines && jobLines