This commit is contained in:
Kenneth Jannette
2024-02-21 21:47:29 -06:00
parent 7f1326f986
commit e7ff1c90e3

View File

@@ -365,7 +365,7 @@ const DocEditPage = () => {
} else { } else {
setShowErrorModal(true); setShowErrorModal(true);
} }
setTimeout(flipBusy, 800); setTimeout(flipBusy, 1200);
} }
async function cleanUpDocx() { async function cleanUpDocx() {