Skip to content

Commit e5885f6

Browse files
committed
enhance spec
1 parent 164b8dd commit e5885f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/dialog/db.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[renderer.utils.hiccup :refer [Hiccup]]))
44

55
(def Dialog
6-
[:map
6+
[:map {:closed true}
77
[:title {:optional true} Hiccup]
88
[:content {:optional true} any?]
99
[:close-button {:optional true} boolean?]

0 commit comments

Comments
 (0)