This commit is contained in:
Kenneth Jannette
2024-02-21 22:31:09 -06:00
parent 4dd131f506
commit 5e063843b2

View File

@@ -358,7 +358,6 @@ const DocEditPage = () => {
const response = await handleCreateDocx();
if (response.status === 200) {
setTimeout(getDocx, 5000);
setTimeout(stopBusy, 2500);
setTimeout(cleanUpDocx, 10000);
} else {
setShowErrorModal(true);