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

View File

@@ -20,7 +20,6 @@
import ThemeButton from '../shared-components/theme-button.svelte';
import { shouldIgnoreShortcut } from '$lib/utils/shortcut';
import { mdiFileImagePlusOutline, mdiFolderDownloadOutline } from '@mdi/js';
import UpdatePanel from '../shared-components/update-panel.svelte';
import { handlePromiseError } from '$lib/utils';
export let sharedLink: SharedLinkResponseDto;
@@ -168,5 +167,4 @@
{/if}
</section>
</AssetGrid>
<UpdatePanel {assetStore} />
</main>