Fixes
This commit is contained in:
parent
2a572e8bc4
commit
86f273d12d
7 changed files with 50 additions and 15 deletions
|
|
@ -19,6 +19,9 @@ const Search = () => {
|
|||
}
|
||||
|
||||
getServerList().then(servers => {
|
||||
if (servers.length === 0) {
|
||||
alert("No servers found");
|
||||
}
|
||||
setServers(servers);
|
||||
}).catch(e => {
|
||||
alert(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue