kueData service nutzen statt globale loadWindowVariables, um Netzwerklast zu reduzieren und mehr Performance zu erreichen
This commit is contained in:
@@ -62,7 +62,7 @@ function KueModal({
|
||||
kueLimit2Low,
|
||||
kueLimit2High,
|
||||
kueLoopInterval,
|
||||
} = useSelector((state: any) => state.variables);
|
||||
} = useSelector((state: any) => state.kueData);
|
||||
|
||||
const handleSaveWrapper = () => {
|
||||
handleSave({
|
||||
|
||||
Reference in New Issue
Block a user