Skip to content

Commit 579ccd5

Browse files
fix: update orgs to hide business central beta badge from (#1102)
(cherry picked from commit 1dd10f0)
1 parent 77ed17b commit 579ccd5

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

src/app/integrations/landing/landing.component.ts

+1-18
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,8 @@ export class LandingComponent implements OnInit {
8383
];
8484

8585
readonly orgsToHideBusinessCentralBetaBadge = [
86-
'oryfqquWUbFs',
87-
'orWFZxhzXoUt',
88-
'orieBe3QsGDn',
89-
'orAevABamvVY',
90-
'orfmXPsa3AJY',
91-
'orT6KrlvEYeg',
92-
'orcga0J6iyks',
93-
'orBdtxeIkuX5',
94-
'orEc2MUSD9vG',
95-
'orOZjlaycN3l',
96-
'orsxsebzGTJi',
97-
'orBQ50NEdy9S',
98-
'orKTGVGrPbO1',
99-
'orWpX5yhnBbx',
100-
'orIxlG5yySoz',
101-
'orvNsxoSNCGP',
10286
'orvysp2iDQKH',
103-
'orRuH2BEKRnW',
104-
'orfiqr2KayJy'
87+
'orRuH2BEKRnW'
10588
];
10689

10790
readonly ThemeOption = ThemeOption;

0 commit comments

Comments
 (0)