[accelerator] disable ui elements on subdomain

This commit is contained in:
nymkappa 2024-03-22 17:51:13 +09:00
parent e01df9ee32
commit 0a24a9ea7c
No known key found for this signature in database
GPG key ID: 92358FC85D9645DE

View file

@ -29,6 +29,7 @@ export class EnterpriseService {
this.subdomain = subdomain;
this.fetchSubdomainInfo();
this.disableSubnetworks();
this.stateService.env.ACCELERATOR = false;
} else {
this.insertMatomo();
}