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
@@ -22,7 +22,6 @@
import { openFileUploadDialog } from '$lib/utils/file-uploader';
import { assetViewingStore } from '$lib/stores/asset-viewing.store';
import { mdiDotsVertical, mdiPlus } from '@mdi/js';
import UpdatePanel from '$lib/components/shared-components/update-panel.svelte';
import { user } from '$lib/stores/user.store';
let { isViewing: showAssetViewer } = assetViewingStore;
@@ -96,4 +95,3 @@
/>
</AssetGrid>
</UserPageLayout>
<UpdatePanel {assetStore} />