From 14b47d6825d9fdf887c1b7ffcf51370057adbc9f Mon Sep 17 00:00:00 2001 From: jcallison1 <152124968+jcallison1@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:28:55 -0600 Subject: [PATCH] Make change to admin bulk uplaod error message box delay --- FrontEndReact/src/View/Admin/Add/AddUsers/AdminBulkUpload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEndReact/src/View/Admin/Add/AddUsers/AdminBulkUpload.js b/FrontEndReact/src/View/Admin/Add/AddUsers/AdminBulkUpload.js index 0aaabacbd..07a169401 100644 --- a/FrontEndReact/src/View/Admin/Add/AddUsers/AdminBulkUpload.js +++ b/FrontEndReact/src/View/Admin/Add/AddUsers/AdminBulkUpload.js @@ -117,7 +117,7 @@ class AdminBulkUpload extends Component { errorMessage: null, isLoaded: false }); - }, 2000); + }, 5000); } }