This commit is contained in:
puzhen 2025-11-20 22:53:26 +08:00
parent f05c0537d5
commit 17b92e7f33
7 changed files with 13 additions and 113 deletions

View file

@ -27,7 +27,6 @@ const InstallationErrorDialog = ({
retryInstallation,
retryBackend,
}:InstallationErrorDialogProps) => {
// Show backend error dialog if backendError exists
if (backendError) {
return (
<Dialog open={true}>
@ -50,7 +49,6 @@ const InstallationErrorDialog = ({
);
}
// Show installation error dialog if installation state is error
return (
<Dialog open={installationState == "error"}>
<DialogContent className="bg-white-100%">