fix: show tags when viewing stacked assets (#14199)

fix: refresh tags when viewing stacked assets
This commit is contained in:
Michel Heusschen 2024-11-18 13:50:04 +01:00 committed by GitHub
parent 944ea7dbcd
commit 32f908baf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 85 additions and 1 deletions

View file

@ -46,7 +46,7 @@
<div class="flex h-10 w-full items-center justify-between text-sm">
<h2>{$t('tags').toUpperCase()}</h2>
</div>
<section class="flex flex-wrap pt-2 gap-1">
<section class="flex flex-wrap pt-2 gap-1" data-testid="detail-panel-tags">
{#each tags as tag (tag.id)}
<div class="flex group transition-all">
<a