mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Fix undefined initial resolution in calibrator (#216)
This commit is contained in:
committed by
GitHub
parent
8e190ce5f7
commit
b8bc65ec32
@@ -340,7 +340,7 @@ export default {
|
||||
snack: false,
|
||||
calibrationInProgress: false,
|
||||
calibrationFailed: false,
|
||||
filteredVideomodeIndex: undefined,
|
||||
filteredVideomodeIndex: 0,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user