Fix for external url not logged into cloud (#12516)

This commit is contained in:
Zack Barett 2022-04-29 11:19:53 -05:00 committed by GitHub
parent 98cc82db44
commit c8b87b65bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,8 @@ class ConfigUrlForm extends LitElement {
this._cloudStatus = cloudStatus;
if (cloudStatus.logged_in) {
this._showCustomExternalUrl = this._externalUrlValue !== null;
} else {
this._showCustomExternalUrl = true;
}
});
} else {