Merge branch 'dev' into staging
This commit is contained in:
commit
a2495fd7b4
@ -20,7 +20,6 @@ export default function DownloadAnchoringProofModal(props: IProps) {
|
|||||||
const downloadAnchoringProof = useCallback(async () => {
|
const downloadAnchoringProof = useCallback(async () => {
|
||||||
if (!folder?.uid) return;
|
if (!folder?.uid) return;
|
||||||
try {
|
try {
|
||||||
debugger;
|
|
||||||
setError(null);
|
setError(null);
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
const file = await OfficeFolderAnchors.getInstance().download(folder.uid);
|
const file = await OfficeFolderAnchors.getInstance().download(folder.uid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user