summaryrefslogtreecommitdiff
path: root/editor/ui.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ui.ml')
-rwxr-xr-xeditor/ui.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/ui.ml b/editor/ui.ml
index 2cd8ff8..cc90481 100755
--- a/editor/ui.ml
+++ b/editor/ui.ml
@@ -3,7 +3,7 @@ open Brr_note
module Js = Js_of_ocaml.Js
let popup
- : title:Jstr.t -> ?form:Forms.Events.t option -> 'a option Note.E.send -> El.t
+ : title:Jstr.t -> ?form:Forms.Events.t option -> Forms.Events.event option Note.E.send -> El.t
= fun ~title ?(form = None) send ->
(* Ensure we keep a track for the signal event.