fix: change name when switching face
This commit is contained in:
parent
8699d8cfbf
commit
2babfe4ad4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
personId: data.person.id,
|
||||
});
|
||||
previousPersonId = data.person.id;
|
||||
personName = '';
|
||||
name = data.person.name;
|
||||
refreshAssetGrid = !refreshAssetGrid;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue