We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
connect_info
1 parent e44a5a5 commit fa046caCopy full SHA for fa046ca
src/routes/settings/helpers/settings.js
@@ -30,9 +30,8 @@ export const blankTraits = {
30
},
31
}
32
33
-// as now DEV environment supports only `connect_info` and PROD environment supports only `customer_info`
34
-// choose depend on ENV
35
-export const customerTraitId = ENV === 'DEV' ? 'connect_info' : 'customer_info'
+// as now both DEV and PROD environments support `connect_info` trait we always use it
+export const customerTraitId = 'connect_info'
36
37
/**
38
* Format row member traits data to the format which can be rendered by the form
0 commit comments