From ded7a62f7569e1e16d0ab1108055cfd6030bd64b Mon Sep 17 00:00:00 2001 From: AiraBilqis Date: Mon, 25 Mar 2024 14:43:50 +0700 Subject: [PATCH] set before update --- src/views/SimproV2/CreatedProyek/FormDocument.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SimproV2/CreatedProyek/FormDocument.js b/src/views/SimproV2/CreatedProyek/FormDocument.js index f333717..d3f4379 100644 --- a/src/views/SimproV2/CreatedProyek/FormDocument.js +++ b/src/views/SimproV2/CreatedProyek/FormDocument.js @@ -34,7 +34,7 @@ const DialogRequest = ({ openDialog, closeDialog, toggleDialog, idTask, parentId } const uploadDokumen = async () => { - let configApp = ''; + let configApp = '' const formData = new FormData; if (role !== 'Super Admin') { configApp = JSON.parse(window.localStorage.getItem('configApp'));