diff --git a/chameleon-client/src/views/SettingsViewes/Cameras.vue b/chameleon-client/src/views/SettingsViewes/Cameras.vue index 8dd9d1b18..59ca2766f 100644 --- a/chameleon-client/src/views/SettingsViewes/Cameras.vue +++ b/chameleon-client/src/views/SettingsViewes/Cameras.vue @@ -265,8 +265,10 @@ this.$store.commit('cameraSettings', value); } }, - pipeline() { - return this.$store.state.pipeline + pipeline: { + get() { + return this.$store.state.pipeline; + } } } }