mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
bug fixed gain slider showing in 3D calib
This commit is contained in:
@@ -265,8 +265,10 @@
|
||||
this.$store.commit('cameraSettings', value);
|
||||
}
|
||||
},
|
||||
pipeline() {
|
||||
return this.$store.state.pipeline
|
||||
pipeline: {
|
||||
get() {
|
||||
return this.$store.state.pipeline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user