From 3fab9da24aa5168b265cbfeaac54227da322f8f9 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Tue, 5 Sep 2023 18:18:04 +0800 Subject: [PATCH] multi file upload --- src/layout/MainLayout/index.js | 4 +- src/pages/authentication/AuthWrapper.js | 9 +++-- .../auth-forms/AuthLoginCustom.js | 1 + .../auth-forms/CustomFormWizard.js | 23 +++++++++-- .../auth-forms/UploadFileTable.js | 39 ++++++++++++------- src/utils/HttpUtils.js | 32 ++++++++------- 6 files changed, 70 insertions(+), 38 deletions(-) diff --git a/src/layout/MainLayout/index.js b/src/layout/MainLayout/index.js index b57283c..061fb11 100644 --- a/src/layout/MainLayout/index.js +++ b/src/layout/MainLayout/index.js @@ -53,11 +53,11 @@ const MainLayout = () => {
{/* */} - +
{/* */} - +