bug fixed gain slider showing in 3D calib

This commit is contained in:
ori agranat
2020-02-27 23:46:02 +02:00
parent 46bfb58455
commit 36aaa5369e

View File

@@ -265,8 +265,10 @@
this.$store.commit('cameraSettings', value);
}
},
pipeline() {
return this.$store.state.pipeline
pipeline: {
get() {
return this.$store.state.pipeline;
}
}
}
}