Skip to content

Commit

Permalink
Fix segments being saved as hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
wittjosiah committed Sep 14, 2017
1 parent 7360e37 commit 3b0dd14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/Page/Home.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1286,16 +1286,13 @@ update session msg model =
, pathType = UnknownPath
}

hidden =
not quick

req =
saveSegment
apiUrl
maybeAuthToken
createSegmentForm
model.zoom
hidden
quick

loadMsg =
{ type_ = Alert.Loading
Expand Down

0 comments on commit 3b0dd14

Please sign in to comment.