Skip to content

Commit f0a7958

Browse files
amitjoshi438Amit Joshi
andauthored
Update unsupportedProDevCopilotGeoList fallback to empty string (#1351)
Update unsupportedProDevCopilotGeoList fallback to an empty string Co-authored-by: Amit Joshi <[email protected]>
1 parent ee140b4 commit f0a7958

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)