Skip to content

Commit

Permalink
fix: fixed dialog bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Aug 20, 2022
1 parent 90c55e0 commit 379857b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Radix.res
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Dialog = {

module Overlay = {
@react.component @module("@radix-ui/react-dialog")
external make: (~className: string=?, ~children: React.element) => React.element = "Overlay"
external make: (~className: string=?) => React.element = "Overlay"
}

module Content = {
Expand Down

0 comments on commit 379857b

Please sign in to comment.