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
@@ -246,7 +246,7 @@
</div>
{:else}
<div class="fixed z-[100] top-0 left-0 w-full">
<ControlAppBar on:close={() => goto(previousRoute)} backIcon={mdiArrowLeft}>
<ControlAppBar onClose={() => goto(previousRoute)} backIcon={mdiArrowLeft}>
<div class="w-full flex-1 pl-4">
<SearchBar grayTheme={false} value={terms.query ?? ''} searchQuery={terms} />
</div>