fix: can't create tag from existing page

This commit is contained in:
Tienson Qin
2024-08-16 10:56:37 +08:00
parent f88ab18be6
commit 3aae90b7fb
9 changed files with 34 additions and 40 deletions

View File

@@ -497,7 +497,7 @@
create-page? (page-handler/<create! @!input {:redirect? true}))
(state/close-modal!)
(when create-class?
(state/pub-event! [:class/configure (db/get-case-page class)])))))
(state/pub-event! [:class/configure (db/get-page class)])))))
(defn- get-filter-user-input
[input]