@sparrowengg/integrations-templates-frontend 1.9.84-beta.1 → 1.9.84-beta.3

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var reactIs = {exports: {}};
3
+ var lib = {};
4
4
 
5
- exports.__module = reactIs;
5
+ exports.__exports = lib;
6
6
  //# sourceMappingURL=index10.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var lib = {};
3
+ var reactIs = {exports: {}};
4
4
 
5
- exports.__exports = lib;
5
+ exports.__module = reactIs;
6
6
  //# sourceMappingURL=index9.js.map
@@ -912,7 +912,7 @@ const SingleMappingDashboardItem = ({
912
912
  ).length) ? /* @__PURE__ */ React.createElement(
913
913
  SingleMappingChipWrapper,
914
914
  {
915
- heading: "Derived Questions",
915
+ heading: "AI Columns",
916
916
  fields: (_s = (_r = field == null ? void 0 : field.mappedFields) == null ? void 0 : _r.derivedQuestions) == null ? void 0 : _s.filter(
917
917
  (derivedQuestion) => derivedQuestion.isEnabled
918
918
  ),