fix(web): asset disappears from album after metadata edit (#7520)

This commit is contained in:
Michel Heusschen
2024-02-29 18:44:30 +01:00
committed by GitHub
parent 100363c7be
commit 369acc7bea
9 changed files with 30 additions and 37 deletions
@@ -16,7 +16,6 @@
import { AssetStore } from '$lib/stores/assets.store';
import type { PageData } from './$types';
import { mdiPlus, mdiDotsVertical } from '@mdi/js';
import UpdatePanel from '$lib/components/shared-components/update-panel.svelte';
export let data: PageData;
@@ -53,4 +52,3 @@
/>
</AssetGrid>
</UserPageLayout>
<UpdatePanel {assetStore} />