IO-3092 Resolve imgproxy limit fetch.

This commit is contained in:
Patrick Fic
2025-06-02 11:03:58 -07:00
parent c4b303aee1
commit d835021069

View File

@@ -42,7 +42,7 @@ export function JobsDocumentsContainer({
variables: { jobId: jobId },
fetchPolicy: "network-only",
nextFetchPolicy: "network-only",
skip: Imgproxy.treatment === "on" || !!billId
skip: !!billId
});
if (loading) return <LoadingSpinner />;