mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 12:22:29 +00:00
committed by
GitHub
parent
2472b3faaf
commit
316b80ed78
@@ -71,7 +71,7 @@ export const ProfilePictureUploader = () => {
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setErrorMessage('An error occured while uploading the picture.');
|
setErrorMessage('An error occurred while uploading the picture.');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ export const ProfilePictureUploader = () => {
|
|||||||
|
|
||||||
setCurrentWorkspaceMember({ ...currentWorkspaceMember, avatarUrl: null });
|
setCurrentWorkspaceMember({ ...currentWorkspaceMember, avatarUrl: null });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setErrorMessage('An error occured while removing the picture.');
|
setErrorMessage('An error occurred while removing the picture.');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user