Merged in feature/IO-2934-Active-Jobs-Estimator-Filter-Sorter (pull request #1726)

IO-2934 Active Jobs Estimator Filter/Sorter

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-09-16 21:05:02 +00:00
committed by Dave Richer

View File

@@ -250,8 +250,8 @@ export function JobsList({ bodyshop }) {
}, },
{ {
title: t("jobs.labels.estimator"), title: t("jobs.labels.estimator"),
dataIndex: "jobs.labels.estimator", dataIndex: "estimator",
key: "jobs.labels.estimator", key: "estimator",
ellipsis: true, ellipsis: true,
responsive: ["xl"], responsive: ["xl"],
sorter: (a, b) => sorter: (a, b) =>