fix: forget to add scheduled to #Task

This commit is contained in:
Tienson Qin
2025-01-07 22:02:35 +08:00
parent e9a5235aa3
commit cdbe7b2d55

View File

@@ -30,7 +30,7 @@
:logseq.class/Task
{:title "Task"
:schema {:properties [:logseq.task/status :logseq.task/priority :logseq.task/deadline]}}
:schema {:properties [:logseq.task/status :logseq.task/priority :logseq.task/deadline :logseq.task/scheduled]}}
:logseq.class/Query
{:title "Query"