fix: new tag from block doesn't redirect

experiment/tanstack-table
Gabriel Horner 2024-05-29 16:33:49 -04:00
parent aeb51f8415
commit 1f44b269ee
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
(p/let [tag-entity (get-page-fn tag)
_ (when-not tag-entity
(if class?
(<create-class! tag {:redirect false
(<create-class! tag {:redirect? false
:create-first-block? false})
(<create! tag {:redirect? false
:create-first-block? false})))