mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(views/board): fix type errors
This commit is contained in:
		| @@ -35,7 +35,8 @@ export const byBookType: Record<ViewTypeOptions, string | null> = { | |||||||
|     grid: "8QqnMzx393bx", |     grid: "8QqnMzx393bx", | ||||||
|     calendar: "xWbu3jpNWapp", |     calendar: "xWbu3jpNWapp", | ||||||
|     table: "2FvYrpmOXm29", |     table: "2FvYrpmOXm29", | ||||||
|     geoMap: "81SGnPGMk7Xc" |     geoMap: "81SGnPGMk7Xc", | ||||||
|  |     board: null | ||||||
| }; | }; | ||||||
|  |  | ||||||
| export default class ContextualHelpButton extends NoteContextAwareWidget { | export default class ContextualHelpButton extends NoteContextAwareWidget { | ||||||
|   | |||||||
| @@ -101,5 +101,8 @@ export const bookPropertiesConfig: Record<ViewTypeOptions, BookConfig> = { | |||||||
|                 width: 65 |                 width: 65 | ||||||
|             } |             } | ||||||
|         ] |         ] | ||||||
|  |     }, | ||||||
|  |     board: { | ||||||
|  |         properties: [] | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user