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
@@ -52,7 +52,7 @@
};
</script>
<ControlAppBar backIcon={mdiArrowLeft} on:close={() => goto(AppRoute.SHARING)}>
<ControlAppBar backIcon={mdiArrowLeft} onClose={() => goto(AppRoute.SHARING)}>
<svelte:fragment slot="leading">{$t('shared_links')}</svelte:fragment>
</ControlAppBar>