(fix) Lost (A) in front of archived item on item card [SCI-9805]

This commit is contained in:
Gregor Lasnibat 2023-11-29 16:08:19 +01:00
parent 9303266c53
commit 5305ca6f1b

View file

@ -4,7 +4,7 @@
:preventLeavingUntilFilled="true"
:attributeName="`${i18n.t('repositories.item_card.header_title')}`" :singleLine="true"
@editingEnabled="editingName = true" @editingDisabled="editingName = false" @update="updateName" @delete="handleDelete"></inline-edit>
<h4 v-else class="item-name my-auto truncate text-xl" :title="name">
<h4 v-else class="item-name my-auto truncate text-xl" :title="computedName">
{{ computedName }}
</h4>
</template>