-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Have you already contact our help centre?
- Yes, I have contact the help centre.
Describe the problem
LABEU is missing from the region information provided in the shell.
const { environment } = useShellContext();
const region = environment.getRegion(); // region: Regionpackages/manager/modules/config/src/environment/region.enum.ts
export enum Region {
US = 'US',
CA = 'CA',
EU = 'EU',
}This issue prevents the manager from working properly in the LABEU environment.
Describe the solution
To resolve this, we need a way to determine if we are currently in the LABEU environment.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request