mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat: delete in whiteboard dashboard
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
[]
|
||||
(redirect! {:to :repos}))
|
||||
|
||||
(defn redirect-to-whiteboard-dashboard!
|
||||
[]
|
||||
(redirect! {:to :whiteboards}))
|
||||
|
||||
(defn redirect-to-page!
|
||||
"Must ensure `page-name` is dereferenced (not an alias), or it will create a wrong new page with that name (#3511)."
|
||||
([page-name]
|
||||
|
||||
Reference in New Issue
Block a user