From 51f5b728f3ffdfabb8158d2e5e4cf4bcbda008b5 Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 5 Aug 2024 01:20:40 +0200 Subject: [PATCH] enable accelerator button on enterprise instances --- frontend/src/app/services/enterprise.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/services/enterprise.service.ts b/frontend/src/app/services/enterprise.service.ts index f9549cc8a..4ea890f1f 100644 --- a/frontend/src/app/services/enterprise.service.ts +++ b/frontend/src/app/services/enterprise.service.ts @@ -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(); }