authscape 1.0.262 → 1.0.264
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/index.js +1 -0
- package/package.json +1 -1
- package/src/components/FileUploader.js +1 -1
package/index.js
CHANGED
|
@@ -1377,6 +1377,7 @@ var FileUploader = function FileUploader(_ref) {
|
|
|
1377
1377
|
display: "none"
|
|
1378
1378
|
}
|
|
1379
1379
|
}), variant == "custom" && /*#__PURE__*/_react["default"].createElement(_system.Box, {
|
|
1380
|
+
ref: refOveride,
|
|
1380
1381
|
onClick: function onClick() {
|
|
1381
1382
|
handleUploadFileInput();
|
|
1382
1383
|
}
|
package/package.json
CHANGED