mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
Remove isInheritable from PATCH
This commit is contained in:
parent
26a6ef8c03
commit
3cafad3bf4
@ -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…
x
Reference in New Issue
Block a user