@usecsv/react 0.14.0 → 0.14.1

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,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.14.0
2
+ * @usecsv/react v0.14.1
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -3271,7 +3271,7 @@
3271
3271
  textAlign: "center",
3272
3272
  fontSize: "16px",
3273
3273
  cursor: "pointer",
3274
- }, onClick: function () { return useCsvPlugin(parmas); } }, children))));
3274
+ }, onClick: function () { return useCsvPlugin(parmas); } }, children || "Open UseCSV"))));
3275
3275
  };
3276
3276
 
3277
3277
  return UseCsvButton;