ui-kit-ck-consultant 0.5.245 → 0.5.246

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.
@@ -752,7 +752,7 @@ var Table = /*#__PURE__*/function (_React$Component) {
752
752
  }
753
753
 
754
754
  var link = document.createElement('a');
755
- link.href = "data:text/csv;charset=utf-8," + encodeURIComponent(dataCSV);
755
+ link.href = "data:text/csv;charset=utf-8,\uFEFF" + encodeURIComponent(dataCSV);
756
756
  link.download = _this.props.nameCSV || 'file.csv';
757
757
  link.click();
758
758
  };