mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
Remove isInheritable from PATCH
This commit is contained in:
parent
26a6ef8c03
commit
3cafad3bf4
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ function register(router) {
|
|||
|
||||
const ALLOWED_PROPERTIES_FOR_PATCH = {
|
||||
'value': [v.notNull, v.isString],
|
||||
'isInheritable': [v.notNull, v.isBoolean],
|
||||
'position': [v.notNull, v.isInteger]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue