@andersonalmeidax0/webcomponents 0.1.16 → 0.1.17

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.
@@ -187,7 +187,7 @@ class XTableCell extends React.Component {
187
187
  }
188
188
 
189
189
  evtDownload = async(fname) => {
190
- alert(f)
190
+ alert(fname)
191
191
  if(this.props.api) {
192
192
  var blob=await this.props.api.download(fname)
193
193
  // 2. Create blob link to download
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersonalmeidax0/webcomponents",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "webcomponents",
5
5
  "main": "webcomponents",
6
6
  "scripts": {