mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
chore(views/board): fix type errors
This commit is contained in:
parent
08a93d81d7
commit
2384fdbaad
@ -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: []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user