mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 04:00:09 +00:00
update
This commit is contained in:
parent
f05c0537d5
commit
17b92e7f33
7 changed files with 13 additions and 113 deletions
|
|
@ -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%">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue