@mx-cartographer/experiences 5.0.22-alpha.mega1 → 5.0.22-alpha.mega2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16944,7 +16944,7 @@ const J9 = ({
|
|
|
16944
16944
|
$v,
|
|
16945
16945
|
{
|
|
16946
16946
|
copy: o,
|
|
16947
|
-
hasRequestButton: c?.enable_support_requests,
|
|
16947
|
+
hasRequestButton: !c?.enable_support_requests,
|
|
16948
16948
|
onNavigateToList: () => r(null),
|
|
16949
16949
|
onRequestSupport: d,
|
|
16950
16950
|
topicInfo: n
|
|
@@ -16953,7 +16953,7 @@ const J9 = ({
|
|
|
16953
16953
|
AR,
|
|
16954
16954
|
{
|
|
16955
16955
|
buttonText: o.request_support,
|
|
16956
|
-
hasRequestButton: c?.enable_support_requests,
|
|
16956
|
+
hasRequestButton: !c?.enable_support_requests,
|
|
16957
16957
|
helpCategories: f,
|
|
16958
16958
|
helpContent: o.list_short_content,
|
|
16959
16959
|
helpTitle: o.list_title,
|