From b8bc65ec320549053daa4df86850765eb2be07c4 Mon Sep 17 00:00:00 2001 From: Declan Freeman-Gleason Date: Tue, 5 Jan 2021 17:30:55 -0800 Subject: [PATCH] Fix undefined initial resolution in calibrator (#216) --- photon-client/src/views/CamerasView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/views/CamerasView.vue b/photon-client/src/views/CamerasView.vue index 6a18f6067..8ff2530ac 100644 --- a/photon-client/src/views/CamerasView.vue +++ b/photon-client/src/views/CamerasView.vue @@ -340,7 +340,7 @@ export default { snack: false, calibrationInProgress: false, calibrationFailed: false, - filteredVideomodeIndex: undefined, + filteredVideomodeIndex: 0, } }, computed: {