authscape 1.0.248 → 1.0.249

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.248",
3
+ "version": "1.0.249",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@ import DialogTitle from '@mui/material/DialogTitle';
21
21
  import LockRoundedIcon from '@mui/icons-material/LockRounded';
22
22
  import Tooltip from '@mui/material/Tooltip';
23
23
 
24
- export function DocumentManager({loadedUser, setIsLoading, viewDocumentType = 1, apiDownloadEnforced = false, overrideLockMessage = "The directory cannot be removed."}) {
24
+ export const DocumentManager = ({loadedUser, setIsLoading, viewDocumentType = 1, apiDownloadEnforced = false, overrideLockMessage = "The directory cannot be removed."}) => {
25
25
 
26
26
  const fileUploaderRef = useRef();
27
27
  const [files, setFiles] = useState(null);