Skip to content

Commit

Permalink
fixes #6697; add missing wrarranty validity filters (#6698)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 24, 2023
1 parent f804e6d commit 6716d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Assets/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const AssetsList = () => {
asset_class: qParams.asset_class || "",
location: qParams.facility ? qParams.location || "" : "",
status: qParams.status || "",
warranty_amc_end_of_validity_before:
qParams.warranty_amc_end_of_validity_before || "",
warranty_amc_end_of_validity_after:
qParams.warranty_amc_end_of_validity_after || "",
};

const { loading } = useQuery(routes.listAssets, {
Expand Down

0 comments on commit 6716d2c

Please sign in to comment.