From 19bab4a18cc18a1bf04504a0cad74fe58b2fd9ca Mon Sep 17 00:00:00 2001 From: Viswas Date: Tue, 10 Dec 2024 15:26:20 +0530 Subject: [PATCH] fix: update orgs to hide business central beta badge from --- .../integrations/landing/landing.component.ts | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/app/integrations/landing/landing.component.ts b/src/app/integrations/landing/landing.component.ts index ad49f6bbc..c87142229 100644 --- a/src/app/integrations/landing/landing.component.ts +++ b/src/app/integrations/landing/landing.component.ts @@ -84,25 +84,8 @@ export class LandingComponent implements OnInit { ]; readonly orgsToHideBusinessCentralBetaBadge = [ - 'oryfqquWUbFs', - 'orWFZxhzXoUt', - 'orieBe3QsGDn', - 'orAevABamvVY', - 'orfmXPsa3AJY', - 'orT6KrlvEYeg', - 'orcga0J6iyks', - 'orBdtxeIkuX5', - 'orEc2MUSD9vG', - 'orOZjlaycN3l', - 'orsxsebzGTJi', - 'orBQ50NEdy9S', - 'orKTGVGrPbO1', - 'orWpX5yhnBbx', - 'orIxlG5yySoz', - 'orvNsxoSNCGP', 'orvysp2iDQKH', - 'orRuH2BEKRnW', - 'orfiqr2KayJy' + 'orRuH2BEKRnW' ]; readonly ThemeOption = ThemeOption;