fix: bots without exposed ports

This commit is contained in:
Andras Bacsai
2022-08-18 19:27:38 +00:00
parent 51e27146f3
commit 8dd80589d6
3 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ export const setLocation = (resource: any, settings?: any) => {
return location.set(resource.fqdn)
} else {
location.set(null);
disabledButton.set(true);
disabledButton.set(false);
}
}