Skip to content

Commit a9ba2d7

Browse files
committed
Fix no installs message not being removed after adding remote server
1 parent 15eed7e commit a9ba2d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/App.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
} else {
7474
noInstallsError = true;
7575
}
76+
} else {
77+
invalidInstallsError = false;
78+
noInstallsError = false;
7679
}
7780
7881
const modalStore = getModalStore();

0 commit comments

Comments
 (0)