Merge branch 'dev' into staging

This commit is contained in:
Max S 2024-09-23 11:43:00 +02:00
commit a2495fd7b4

View File

@ -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);