fix: change name when switching face

This commit is contained in:
martabal 2023-10-07 17:16:47 +02:00
parent 8699d8cfbf
commit 2babfe4ad4
No known key found for this signature in database
GPG key ID: C00196E3148A52BD

View file

@ -122,7 +122,7 @@
personId: data.person.id, personId: data.person.id,
}); });
previousPersonId = data.person.id; previousPersonId = data.person.id;
personName = ''; name = data.person.name;
refreshAssetGrid = !refreshAssetGrid; refreshAssetGrid = !refreshAssetGrid;
} }
}); });