We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164b8dd commit e5885f6Copy full SHA for e5885f6
src/renderer/dialog/db.cljs
@@ -3,7 +3,7 @@
3
[renderer.utils.hiccup :refer [Hiccup]]))
4
5
(def Dialog
6
- [:map
+ [:map {:closed true}
7
[:title {:optional true} Hiccup]
8
[:content {:optional true} any?]
9
[:close-button {:optional true} boolean?]
0 commit comments