From 36a90770ebeb9bd99e136bfe035fdda5dfabc304 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 19 Jun 2016 21:18:56 +0200 Subject: Add a dialog to confirm income deletion --- src/client/elm/SignIn/Update.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/elm/SignIn') diff --git a/src/client/elm/SignIn/Update.elm b/src/client/elm/SignIn/Update.elm index 28307e4..7ada45c 100644 --- a/src/client/elm/SignIn/Update.elm +++ b/src/client/elm/SignIn/Update.elm @@ -8,8 +8,8 @@ import SignIn.Msg exposing (..) import Model.Translations exposing (getMessage, Translations) update : Translations -> Msg -> Model -> Model -update translations action signInView = - case action of +update translations msg signInView = + case msg of UpdateLogin login -> { signInView | login = login -- cgit v1.2.3