Skip to content

Commit f15ebf9

Browse files
authored
fix(pci.project.sidebar): disable analytics data platform for CA region (#998)
1 parent 8d90dd2 commit f15ebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/modules/pci/src/projects/project/sidebar/sidebar.constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const MENU = [
109109
title: 'Analytics Data Platform',
110110
},
111111
],
112-
regions: ['EU', 'CA'],
112+
regions: ['EU'],
113113
title: 'Data & Analytics',
114114
},
115115
{

0 commit comments

Comments
 (0)