This commit is contained in:
Kenneth Jannette
2024-03-09 19:28:38 -06:00
parent 55dadbf2df
commit 4a0c8cdfce
2 changed files with 38 additions and 12 deletions

View File

@@ -189,6 +189,7 @@ const UploadModal = (props) => {
const response = await processFile();
saveToDb(response.uuidName);
const docId = response.uuidName;
console.log("radioValue in modal", radioValue);
setTimeout(handleSuccess, 10000, docId, radioValue);
return;
} catch (err) {