This commit is contained in:
youngq 2024-09-23 11:09:58 +08:00
parent e2615f846f
commit 606715ced6
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,6 @@ const Meeting: React.FC = () => {
} }
}); });
})
confirm({ confirm({
@ -609,6 +608,7 @@ const Meeting: React.FC = () => {
onCancel() { onCancel() {
} }
}) })
})
}; };
reader.readAsArrayBuffer(blob); reader.readAsArrayBuffer(blob);
} }