Fix client linting in CI (#2167)

This commit is contained in:
Sam Freund
2025-10-30 18:52:14 -05:00
committed by GitHub
parent 2bb59f8437
commit 5d39ef5b62
3 changed files with 10 additions and 10 deletions

View File

@@ -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()"
/>
<pv-select
v-model="boardType"