IO-2451 Non Converted Jobs in Lists

These lists should be converted jobs only
This commit is contained in:
Allan Carr
2023-11-10 16:01:17 -08:00
parent 4e8e25a336
commit 41782fe120
4 changed files with 12 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ export function TechLookupJobsList({ bodyshop }) {
const { loading, error, data, refetch } = useQuery(QUERY_ALL_ACTIVE_JOBS, {
variables: {
statuses: bodyshop.md_ro_statuses.active_statuses || ["Open", "Open*"],
isConverted: true,
},
fetchPolicy: "network-only",
nextFetchPolicy: "network-only",