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 () => {
|
||||
if (!folder?.uid) return;
|
||||
try {
|
||||
debugger;
|
||||
setError(null);
|
||||
setIsLoading(true);
|
||||
const file = await OfficeFolderAnchors.getInstance().download(folder.uid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user