Skip to content

Commit 3706bc8

Browse files
author
Amit Joshi
committed
Update unsupportedProDevCopilotGeoList fallback to an empty string
1 parent 1399d9d commit 3706bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/ecs-features/ecsFeatureGates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const {
3434
description: 'Enable ProDev Copilot',
3535
fallback: {
3636
"capiSupportedProDevCopilotGeoList": "us,au,uk,eu,in",
37-
"unsupportedProDevCopilotGeoList": "ca",
37+
"unsupportedProDevCopilotGeoList": "",
3838
"capiSupportedProDevCopilotGeoWithCrossGeoDataFlow": "eu,se,ch,fr,de,no"
3939
},
4040
});

0 commit comments

Comments
 (0)