mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Remove unused method from item sidebar title
This commit is contained in:
parent
f4e1498df1
commit
bfffcda8ac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
:characterMinLimit="0" :allowBlank="false" :smartAnnotation="false"
|
:characterMinLimit="0" :allowBlank="false" :smartAnnotation="false"
|
||||||
:preventLeavingUntilFilled="true"
|
:preventLeavingUntilFilled="true"
|
||||||
:attributeName="`${i18n.t('repositories.item_card.header_title')}`" :singleLine="true"
|
:attributeName="`${i18n.t('repositories.item_card.header_title')}`" :singleLine="true"
|
||||||
@editingEnabled="editingName = true" @editingDisabled="editingName = false" @update="updateName" @delete="handleDelete"></inline-edit>
|
@editingEnabled="editingName = true" @editingDisabled="editingName = false" @update="updateName"></inline-edit>
|
||||||
<h4 v-else class="item-name my-auto truncate text-xl" :title="computedName">
|
<h4 v-else class="item-name my-auto truncate text-xl" :title="computedName">
|
||||||
{{ computedName }}
|
{{ computedName }}
|
||||||
</h4>
|
</h4>
|
||||||
|
|
Loading…
Reference in a new issue