1
0
mirror of https://github.com/immich-app/immich.git synced 2025-04-14 12:08:54 +02:00

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

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}