fix update member
This commit is contained in:
@ -163,7 +163,7 @@ const ManageMembers = () => {
|
||||
}
|
||||
|
||||
if (dialogType === 'update') {
|
||||
await axios.put(`${BASE_URL}/customer/update/${selectedMember}`, formUpdate, {
|
||||
await axios.put(`${BASE_URL}/customer/update-dashboard/${selectedMember}`, formUpdate, {
|
||||
headers: {
|
||||
'Content-Type': 'multipart/form-data'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user