Merge pull request #5416 from mempool/simon/enable-acc-button-enterprise

enable accelerator button on enterprise instances
This commit is contained in:
wiz
2024-08-04 19:22:33 -04:00
committed by GitHub

View File

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