mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix(build): missing note type in help button
This commit is contained in:
		
							parent
							
								
									0b8e3b976f
								
							
						
					
					
						commit
						575ef5e10e
					
				@ -27,7 +27,8 @@ const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
 | 
			
		||||
    render: null,
 | 
			
		||||
    search: null,
 | 
			
		||||
    text: null,
 | 
			
		||||
    webView: null
 | 
			
		||||
    webView: null,
 | 
			
		||||
    taskList: null
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const byBookType: Record<ViewTypeOptions, string | null> = {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user