enable accelerator button on enterprise instances

This commit is contained in:
softsimon 2024-08-05 01:20:40 +02:00
parent 8fa1863aff
commit 51f5b728f3
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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