refactor(web): remove reactivity triggers (#14164)

This commit is contained in:
Michel Heusschen
2024-11-15 23:28:28 +01:00
committed by GitHub
parent caf6c0996d
commit 64a7baec8c
13 changed files with 3 additions and 33 deletions

View File

@@ -90,7 +90,6 @@
for (const person of people) {
person.isHidden = personIsHidden[person.id];
}
people = people;
onClose();
} catch (error) {