1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-21 23:38:34 +02:00

fix(web): keep album description in sync ()

This commit is contained in:
Michel Heusschen 2024-08-08 16:02:08 +02:00 committed by GitHub
parent 6b2de807a7
commit 66f2ac8ce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -604,7 +604,7 @@
</div>
{/if}
<!-- ALBUM DESCRIPTION -->
<AlbumDescription id={album.id} description={album.description} {isOwned} />
<AlbumDescription id={album.id} bind:description={album.description} {isOwned} />
</section>
{/if}