Skip to content

Commit 3b99f13

Browse files
committed
fix: tag dialog
1 parent 4a1975a commit 3b99f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/components/cmdk/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
create-page? (page-handler/<create! @!input {:redirect? true}))]
580580
(shui/dialog-close! :ls-dialog-cmdk)
581581
(when (and create-class? result)
582-
(state/pub-event! [:dialog/show-block (:class item) {:tag-dialog? true}]))))))
582+
(state/pub-event! [:dialog/show-block result {:tag-dialog? true}]))))))
583583

584584
(defn- get-filter-user-input
585585
[input]

0 commit comments

Comments
 (0)