From db6109515ae9fe523b05431dfc4f3187f000eab8 Mon Sep 17 00:00:00 2001 From: pawan-dot <71133473+pawan-dot@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:55:31 +0530 Subject: [PATCH] modify --- src/views/Category/EditCategory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Category/EditCategory.js b/src/views/Category/EditCategory.js index 7cdd65d..aa6c8c5 100644 --- a/src/views/Category/EditCategory.js +++ b/src/views/Category/EditCategory.js @@ -69,7 +69,7 @@ const AddProduct = () => { { headers: { "Content-Type": 'multipart/form-data', - // Authorization: `Bearer ${token}`, + Authorization: `Bearer ${token}`, }, } );