removed picture payload from the update profile endpoint #125
@@ -72,6 +72,7 @@ export default function ProfileForm({data}) {
|
||||
const handleSetInfoToUpdate = (values, helpers) => {
|
||||
delete values.email
|
||||
delete values.country
|
||||
delete values?.picture
|
||||
setInfoToUpdate(values)
|
||||
var modal = new Modal(document.getElementById('modal'));
|
||||
modal.show();
|
||||
|
||||
Reference in New Issue
Block a user