diff --git a/photon-client/src/components/dashboard/PipelineConfigTabs/ContoursTab.vue b/photon-client/src/components/dashboard/PipelineConfigTabs/ContoursTab.vue index 55c6aadf0b..99c9c2a4a1 100644 --- a/photon-client/src/components/dashboard/PipelineConfigTabs/ContoursTab.vue +++ b/photon-client/src/components/dashboard/PipelineConfigTabs/ContoursTab.vue @@ -173,6 +173,3 @@ const currentPipelineSettings = useCameraSettingsStore().currentPipelineSettings - diff --git a/photon-client/src/components/dashboard/PipelineConfigTabs/InputTab.vue b/photon-client/src/components/dashboard/PipelineConfigTabs/InputTab.vue index 647f1c1ada..0ff84730e7 100644 --- a/photon-client/src/components/dashboard/PipelineConfigTabs/InputTab.vue +++ b/photon-client/src/components/dashboard/PipelineConfigTabs/InputTab.vue @@ -128,7 +128,3 @@ const handleStreamResolutionChange = (value: number) => { /> - -