mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	server: Fix import of mind map notes
This commit is contained in:
		| @@ -91,7 +91,7 @@ export interface BranchRow { | |||||||
|  * end user. Those types should be used only for checking against, they are |  * end user. Those types should be used only for checking against, they are | ||||||
|  * not for direct use. |  * not for direct use. | ||||||
|  */ |  */ | ||||||
| export const ALLOWED_NOTE_TYPES = [ "file", "image", "search", "noteMap", "launcher", "doc", "contentWidget", "text", "relationMap", "render", "canvas", "mermaid", "book", "webView", "code" ] as const; | export const ALLOWED_NOTE_TYPES = [ "file", "image", "search", "noteMap", "launcher", "doc", "contentWidget", "text", "relationMap", "render", "canvas", "mermaid", "book", "webView", "code", "mindMap" ] as const; | ||||||
| export type NoteType = typeof ALLOWED_NOTE_TYPES[number]; | export type NoteType = typeof ALLOWED_NOTE_TYPES[number]; | ||||||
|  |  | ||||||
| export interface NoteRow { | export interface NoteRow { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user