Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1310561e55 | |||
| edcb6cac7d |
@@ -72,6 +72,7 @@ export default function ProfileForm({data}) {
|
|||||||
const handleSetInfoToUpdate = (values, helpers) => {
|
const handleSetInfoToUpdate = (values, helpers) => {
|
||||||
delete values.email
|
delete values.email
|
||||||
delete values.country
|
delete values.country
|
||||||
|
delete values?.picture
|
||||||
setInfoToUpdate(values)
|
setInfoToUpdate(values)
|
||||||
var modal = new Modal(document.getElementById('modal'));
|
var modal = new Modal(document.getElementById('modal'));
|
||||||
modal.show();
|
modal.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user