mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix: reorg routes
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
:query-params {:anchor anchor}
|
||||
:push push})))
|
||||
|
||||
(defn redirect-to-whiteboard!
|
||||
[name]
|
||||
(redirect! {:to :whiteboard
|
||||
:path-params {:name (str name)}}))
|
||||
|
||||
(defn get-title
|
||||
[name path-params]
|
||||
(case name
|
||||
|
||||
Reference in New Issue
Block a user