diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 94aab033..f413cdd1 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -73,6 +73,9 @@ } else { noInstallsError = true; } + } else { + invalidInstallsError = false; + noInstallsError = false; } const modalStore = getModalStore();