more
This commit is contained in:
@@ -358,7 +358,6 @@ const DocEditPage = () => {
|
|||||||
const response = await handleCreateDocx();
|
const response = await handleCreateDocx();
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
setTimeout(getDocx, 5000);
|
setTimeout(getDocx, 5000);
|
||||||
setTimeout(stopBusy, 2500);
|
|
||||||
setTimeout(cleanUpDocx, 10000);
|
setTimeout(cleanUpDocx, 10000);
|
||||||
} else {
|
} else {
|
||||||
setShowErrorModal(true);
|
setShowErrorModal(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user