diff --git a/photon-client/package.json b/photon-client/package.json index d701ef9bf..cf2485b2d 100644 --- a/photon-client/package.json +++ b/photon-client/package.json @@ -10,7 +10,7 @@ "build-demo": "vite build --mode demo", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", "format": "prettier --write src/", - "lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", + "lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts", "format-ci": "prettier --check src/" }, "dependencies": { diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index 147ae35aa..94b78fc96 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -297,11 +297,11 @@ const setSelectedVideoFormat = (format: VideoFormat) => { :select-cols="8" :disabled="isCalibrating" tooltip="Resolution to calibrate at (you will have to calibrate every resolution you use 3D mode on)" + :items="getUniqueVideoResolutionStrings()" @update:model-value=" useStateStore().calibrationData.videoFormatIndex = getUniqueVideoResolutionStrings().find((v) => v.value === $event)?.value || 0 " - :items="getUniqueVideoResolutionStrings()" /> { Background Surface @@ -339,23 +339,23 @@ watchEffect(() => { Primary Secondary