refactor(web): remove reactivity triggers (#14164)
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
for (const person of people) {
|
||||
person.isHidden = personIsHidden[person.id];
|
||||
}
|
||||
people = people;
|
||||
|
||||
onClose();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user