feat: alle KÜs Firmware update
This commit is contained in:
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user