summaryrefslogtreecommitdiff
path: root/elm/Lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-08 15:09:09 +0200
committerYorhel <git@yorhel.nl>2020-10-08 15:09:14 +0200
commit6d8c7104e6f01d3f1b8c048f2641940b4838a85e (patch)
treed42c9270e8a6746a85a728989a68935d754fe9c6 /elm/Lib
parent7eb7a3e073107bb5ad6ec20ae18f296bde33b4da (diff)
notifications: Add subscription management UI + finalize DB migration
Seems to be working so far. I'll find the actual bugs in production.
Diffstat (limited to 'elm/Lib')
-rw-r--r--elm/Lib/DropDown.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/Lib/DropDown.elm b/elm/Lib/DropDown.elm
index 286a61cb..1e6204ac 100644
--- a/elm/Lib/DropDown.elm
+++ b/elm/Lib/DropDown.elm
@@ -1,4 +1,4 @@
-module Lib.DropDown exposing (Config, init, sub, toggle, view)
+module Lib.DropDown exposing (Config, init, sub, toggle, view, onClickOutside)
import Browser.Events as E
import Json.Decode as JD