mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
committed by
GitHub
parent
2472b3faaf
commit
316b80ed78
@@ -71,7 +71,7 @@ export const ProfilePictureUploader = () => {
|
||||
|
||||
return result;
|
||||
} 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 });
|
||||
} 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