mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(web): remove reactivity triggers (#14164)
This commit is contained in:
parent
caf6c0996d
commit
64a7baec8c
13 changed files with 3 additions and 33 deletions
|
|
@ -35,12 +35,10 @@
|
|||
}
|
||||
|
||||
selectedIds.add(option.value);
|
||||
selectedIds = selectedIds;
|
||||
};
|
||||
|
||||
const handleRemove = (tag: string) => {
|
||||
selectedIds.delete(tag);
|
||||
selectedIds = selectedIds;
|
||||
};
|
||||
|
||||
const onsubmit = (event: Event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue