Merge pull request #25 from RyanNHG/patch-2

update DELETE_BY_ID
This commit is contained in:
Richard Feldman
2018-01-30 12:55:07 -08:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ viewSearchResult result =
, a [ href ("https://github.com/" ++ result.name), target "_blank" ]
[ text result.name ]
, button
-- TODO add an onClick handler that sends a DELETE_BY_ID msg
-- TODO add an onClick handler that sends a "DELETE_BY_ID" msg
[ class "hide-result" ]
[ text "X" ]
]