mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
41d3727633
commit
6f455e0f0d
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@ export const bindDateEvent = (options: {
|
|||
data: options.data,
|
||||
protyle: options.protyle,
|
||||
value: {
|
||||
hasEndDate: inputElements[2].checked
|
||||
hasEndDate: inputElements[2].checked,
|
||||
isNotTime: !inputElements[3].checked
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue