fix(web): small fixes for empty placeholder (#7859)

This commit is contained in:
Michel Heusschen
2024-03-12 02:18:47 +01:00
committed by GitHub
parent 4023c665cc
commit b7e5407822
9 changed files with 18 additions and 50 deletions
+1 -5
View File
@@ -88,10 +88,6 @@
{#if $user.memoriesEnabled}
<MemoryLane />
{/if}
<EmptyPlaceholder
text="CLICK TO UPLOAD YOUR FIRST PHOTO"
actionHandler={() => openFileUploadDialog()}
slot="empty"
/>
<EmptyPlaceholder text="CLICK TO UPLOAD YOUR FIRST PHOTO" onClick={() => openFileUploadDialog()} slot="empty" />
</AssetGrid>
</UserPageLayout>