mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-20 19:17:01 +00:00
ui: Refactor update and setRoute with updateWith
This commit is contained in:
@@ -27,9 +27,9 @@ type MonitorMessage
|
||||
| Message MessageHeader
|
||||
|
||||
|
||||
init : ( Model, Cmd Msg )
|
||||
init : ( Model, Cmd Msg, Session.Msg )
|
||||
init =
|
||||
( Model False [], Ports.monitorCommand True )
|
||||
( Model False [], Ports.monitorCommand True, Session.none )
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user