mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(deps): update web (#7872)
* fix(deps): update web * update types to follow map types --------- 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
82aabc63f5
commit
67b209808f
2 changed files with 72 additions and 72 deletions
|
|
@ -158,7 +158,7 @@
|
|||
applyToClusters
|
||||
asButton
|
||||
let:feature
|
||||
on:click={(event) => handlePromiseError(handleClusterClick(event.detail.feature.properties.cluster_id, map))}
|
||||
on:click={(event) => handlePromiseError(handleClusterClick(event.detail.feature.properties?.cluster_id, map))}
|
||||
>
|
||||
<div
|
||||
class="rounded-full w-[40px] h-[40px] bg-immich-primary text-immich-gray flex justify-center items-center font-mono font-bold shadow-lg hover:bg-immich-dark-primary transition-all duration-200 hover:text-immich-dark-bg opacity-90"
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
asButton
|
||||
let:feature
|
||||
on:click={(event) => {
|
||||
$$slots.popup || handleAssetClick(event.detail.feature.properties.id, map);
|
||||
$$slots.popup || handleAssetClick(event.detail.feature.properties?.id, map);
|
||||
}}
|
||||
>
|
||||
{#if useLocationPin}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue