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
@@ -30,7 +30,6 @@
NotificationType,
notificationController,
} from '$lib/components/shared-components/notification/notification';
import UpdatePanel from '$lib/components/shared-components/update-panel.svelte';
import UserAvatar from '$lib/components/shared-components/user-avatar.svelte';
import { AppRoute, dateFormats } from '$lib/constants';
import { numberOfComments, setNumberOfComments, updateNumberOfComments } from '$lib/stores/activity.store';
@@ -718,8 +717,6 @@
/>
{/if}
<UpdatePanel {assetStore} />
<style>
::placeholder {
color: rgb(60, 60, 60);