fix(web): events as props (#12825)

This commit is contained in:
Daniel Dietzler
2024-09-21 00:24:46 +02:00
committed by GitHub
parent 124eb8251b
commit 8cd3f6b884
22 changed files with 47 additions and 46 deletions

View File

@@ -84,7 +84,7 @@
{/if}
</AssetSelectControlBar>
{:else}
<ControlAppBar on:close={() => goto(AppRoute.PHOTOS)} backIcon={mdiArrowLeft} showBackButton={false}>
<ControlAppBar onClose={() => goto(AppRoute.PHOTOS)} backIcon={mdiArrowLeft} showBackButton={false}>
<svelte:fragment slot="leading">
<ImmichLogoSmallLink width={innerWidth} />
</svelte:fragment>