We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1975a commit 3b99f13Copy full SHA for 3b99f13
src/main/frontend/components/cmdk/core.cljs
@@ -579,7 +579,7 @@
579
create-page? (page-handler/<create! @!input {:redirect? true}))]
580
(shui/dialog-close! :ls-dialog-cmdk)
581
(when (and create-class? result)
582
- (state/pub-event! [:dialog/show-block (:class item) {:tag-dialog? true}]))))))
+ (state/pub-event! [:dialog/show-block result {:tag-dialog? true}]))))))
583
584
(defn- get-filter-user-input
585
[input]
0 commit comments