Commit 73e07f35 authored by Karen Konou's avatar Karen Konou

[Docs table] Temporarily disable histogram selection

Will be reenabled when backend query is fixed and functionality is reliable
parent 0df3ec78
......@@ -48,7 +48,8 @@ chartWith options =
getEvents (Options { onClick }) =
{ click: listenerFn1 \e -> case onClick of
-- sanitize parsing (see MouseEvent comment)
Just fn -> RX.pick (e :: MouseEvent) # fn
Just _ -> pure unit
-- Just fn -> RX.pick (e :: MouseEvent) # fn
Nothing -> pure unit
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment