mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	server: Fix empty note titles (closes #205)
This commit is contained in:
		
							parent
							
								
									3d423d25f8
								
							
						
					
					
						commit
						2e8b2d4b81
					
				| @ -1666,7 +1666,7 @@ class BNote extends AbstractBeccaEntity<BNote> { | ||||
|     getPojo(): NotePojo { | ||||
|         return { | ||||
|             noteId: this.noteId, | ||||
|             title: this.title || undefined, | ||||
|             title: this.title, | ||||
|             isProtected: this.isProtected, | ||||
|             type: this.type, | ||||
|             mime: this.mime, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran