feat: alle KÜs Firmware update

This commit is contained in:
ISA
2025-06-30 15:36:15 +02:00
parent 70f842a392
commit b447a80757
6 changed files with 13 additions and 6 deletions

View File

@@ -18,7 +18,9 @@ const GeneralSettings: React.FC = () => {
const systemSettings = useSelector(
(state: RootState) => state.systemSettingsSlice
);
const isAdmin = useSelector((state: RootState) => state.authSlice?.isAdmin);
const isAdmin = useSelector(
(state: RootState) => state.authSlice?.isAdminLoggedIn
);
// const [error, setError] = useState("");