fix: cycle todos

experiment/tanstack-table
Tienson Qin 2024-05-27 13:22:02 +08:00
parent c326730ce5
commit 0c80177642
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@
(defn db-based-cycle-todo!
[block]
(let [status-value (pu/get-block-property-value block :logseq.task/status)
(let [status-value (:logseq.task/status block)
next-status (case (:db/ident status-value)
:logseq.task/status.todo
:logseq.task/status.doing