Skip to content

Commit

Permalink
fix illiegal import
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 31, 2023
1 parent 75a580b commit e5333cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ const importCalibration = async (payload: JSONFileUploadEvent) => {
color: "error",
message: `The resolution of the calibration export doesn't match the current resolution ${props.videoFormat.resolution.height}x${props.videoFormat.resolution.width}`
});
return;
}
console.log(data);
useCameraSettingsStore()
.importCalibrationFromData({ calibration: data })
.then((response) => {
Expand Down

0 comments on commit e5333cf

Please sign in to comment.