mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-15 20:34:22 +01:00
fix: regenerate migration file + fix after rebase dev
This commit is contained in:
@@ -109,7 +109,7 @@ export default function BasicProfileInfoTab() {
|
||||
onCompleted: ({ updateProfileDetails: data }) => {
|
||||
if (data) {
|
||||
dispatch(setUser(data))
|
||||
reset(data);
|
||||
reset({ ...data, avatar: { url: data.avatar } });
|
||||
apolloClient.writeFragment({
|
||||
id: `User:${data?.id}`,
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user