IO-1923 Add CC warning to CC list page.

This commit is contained in:
Patrick Fic
2022-06-06 12:32:32 -07:00
parent a0b238c4bb
commit 320aa9c177
2 changed files with 23 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ export const QUERY_ALL_CC = gql`
status
vin
year
mileage
cccontracts(
where: { status: { _eq: "contracts.status.out" } }
order_by: { contract_date: desc }