more
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user