diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index ef068f8..1402d9f 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -11,6 +11,7 @@ import { setSelectedSlotType, setChartOpen, } from "../../../../../../redux/slices/kabelueberwachungChartSlice"; +import { setBrushRange } from "../../../../../../redux/slices/brushSlice"; const LoopChartActionBar: React.FC = () => { const dispatch = useDispatch(); @@ -157,11 +158,12 @@ const LoopChartActionBar: React.FC = () => {