We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37eb96b + d57148f commit d116e24Copy full SHA for d116e24
packages/camera/src/components/Capture/hooks.js
@@ -173,7 +173,7 @@ export function useStartUploadAsync({
173
sights,
174
uploads,
175
task,
176
- enableCarCoverage,
+ // enableCarCoverage,
177
mapTasksToSights = [],
178
onFinish = () => {},
179
onPictureUploaded = () => {},
@@ -281,7 +281,7 @@ export function useStartUploadAsync({
281
},
282
compliances: {
283
image_quality_assessment: {},
284
- coverage_360: enableCarCoverage ? { sight_id: id } : undefined,
+ // coverage_360: enableCarCoverage ? { sight_id: id } : undefined,
285
// coverage_360: COVERAGE_360_WHITELIST.includes(id) ? {
286
// sight_id: id,
287
// } : undefined,
0 commit comments