mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(deps): update typescript-projects (#17080)
* fix(deps): update typescript-projects * fix: otel --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
411772123f
commit
e163808348
8 changed files with 1246 additions and 1224 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
let allTags: TagResponseDto[] = $state([]);
|
||||
let tagMap = $derived(Object.fromEntries(allTags.map((tag) => [tag.id, tag])));
|
||||
let selectedIds = $state(new SvelteSet<string>());
|
||||
let selectedIds = new SvelteSet<string>();
|
||||
let disabled = $derived(selectedIds.size === 0);
|
||||
let allowCreate: boolean = $state(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue