message
This commit is contained in:
parent
d8b6830bce
commit
a7d0035e62
@ -83,7 +83,7 @@ const Categories = () => {
|
||||
|
||||
useEffect(() => {
|
||||
getCategories();
|
||||
}, [token, category]);
|
||||
}, [token]);
|
||||
|
||||
const handleEditClick = (_id, categoryName, categoryImage) => {
|
||||
setOpen(true);
|
||||
@ -630,7 +630,7 @@ const Categories = () => {
|
||||
width="40"
|
||||
alt=""
|
||||
/>
|
||||
<h5>{} </h5>
|
||||
<h5>{ } </h5>
|
||||
</td>
|
||||
<td>
|
||||
<h5>{item.categoryName} </h5>
|
||||
|
@ -130,7 +130,7 @@ const Design = () => {
|
||||
|
||||
useEffect(() => {
|
||||
getDesigns();
|
||||
}, [token, design]);
|
||||
}, [token]);
|
||||
|
||||
const handleEditClick = (
|
||||
_id,
|
||||
|
Loading…
Reference in New Issue
Block a user