selectedChartData slice erstellt
This commit is contained in:
@@ -37,8 +37,9 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
`Rendering Kue705FO - SlotIndex: ${slotIndex}, ModulName: ${modulName}`
|
||||
); */
|
||||
const selectedChartData = useSelector(
|
||||
(state: RootState) => state.variables.selectedChartData
|
||||
(state: RootState) => state.selectedChartData.selectedChartData
|
||||
);
|
||||
|
||||
const dispatch = useDispatch();
|
||||
|
||||
const chartRef = useRef(null);
|
||||
|
||||
Reference in New Issue
Block a user