mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-01 00:56:05 +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" | ||||
|     :preventLeavingUntilFilled="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"> | ||||
|     {{ computedName }} | ||||
|   </h4> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue