Skip to content

Commit

Permalink
Fix no installs message not being removed after adding remote server
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Apr 20, 2024
1 parent 15eed7e commit a9ba2d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
} else {
noInstallsError = true;
}
} else {
invalidInstallsError = false;
noInstallsError = false;
}
const modalStore = getModalStore();
Expand Down

0 comments on commit a9ba2d7

Please sign in to comment.