Use page-cp component in tagged-pages

pull/9560/head^2
Bryan Lee 2023-06-04 13:09:33 -07:00 committed by Gabriel Horner
parent a1fb1cfab6
commit 5c9907227b
1 changed files with 1 additions and 2 deletions

View File

@ -208,8 +208,7 @@
[:ul.mt-2
(for [[original-name name] (sort-by last pages)]
[:li {:key (str "tagged-page-" name)}
[:a {:href (rfe/href :page {:name name})}
original-name]])]
(component-block/page-cp {} {:block/name name :block/original-name original-name})])]
{:default-collapsed? false})]])))
(rum/defc page-title-editor < rum/reactive