authscape 1.0.520 → 1.0.522

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 CHANGED
@@ -4827,7 +4827,7 @@ function ManageMappingDocuments(_ref) {
4827
4827
  onClick: function onClick() {
4828
4828
  setShowAddNewDocument(true);
4829
4829
  }
4830
- }, "Upload Document"), /*#__PURE__*/_react["default"].createElement(_Dialog["default"], {
4830
+ }, fileUploadName), /*#__PURE__*/_react["default"].createElement(_Dialog["default"], {
4831
4831
  open: showAddNewDocument,
4832
4832
  onClose: function onClose() {
4833
4833
  setShowAddNewDocument(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.520",
3
+ "version": "1.0.522",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -248,7 +248,7 @@ export function ManageMappingDocuments({fileUploadName, hideDocumentManager = fa
248
248
  {hideDocumentManager &&
249
249
  <Button variant="contained" onClick={() => {
250
250
  setShowAddNewDocument(true);
251
- }}>Upload Document</Button>
251
+ }}>{fileUploadName}</Button>
252
252
  }
253
253
 
254
254
  {/* <Box sx={{textAlign:"right"}}>