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);
|
||||
|
||||
@@ -6,7 +6,6 @@ import { RootState } from "../../../redux/store";
|
||||
|
||||
const VersionInfo: React.FC = () => {
|
||||
const appVersion =
|
||||
//useSelector((state: RootState) => state.variables.appVersion) ||
|
||||
useSelector((state: RootState) => state.systemSettings.appVersion) ||
|
||||
"Unbekannt";
|
||||
const webVersion = useSelector(
|
||||
|
||||
Reference in New Issue
Block a user