Updated the InstallSoftware.jsx

This commit is contained in:
Mathias Wagner 2023-08-05 20:52:55 +02:00
parent 2378cd83f7
commit 018fc48bc2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -13,7 +13,7 @@ import {ServerProvider} from "@/common/contexts/Server";
export const InstallSoftware = () => {
const [currentItem, setCurrentItem] = useState(Software[0].name);
const backendAvailable = useContext(StatusContext);
const {backendAvailable} = useContext(StatusContext);
const [serverDialogOpen, setServerDialogOpen] = useState(false);
return (