diff --git a/photon-client/src/components/dashboard/StreamConfigCard.vue b/photon-client/src/components/dashboard/StreamConfigCard.vue index 5efbe2530..ad0e88617 100644 --- a/photon-client/src/components/dashboard/StreamConfigCard.vue +++ b/photon-client/src/components/dashboard/StreamConfigCard.vue @@ -3,6 +3,7 @@ import { computed } from "vue"; import { useCameraSettingsStore } from "@/stores/settings/CameraSettingsStore"; import { useStateStore } from "@/stores/StateStore"; import { useTheme } from "vuetify"; +import { PipelineType } from "@/types/PipelineTypes"; const theme = useTheme(); @@ -43,7 +44,10 @@ const processingMode = computed({