mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Add reset search form button
This commit is contained in:
@ -20,6 +20,13 @@ view model =
|
||||
]
|
||||
, div [ class "right floated menu" ]
|
||||
[ a
|
||||
[ class "item"
|
||||
, onClick ResetSearch
|
||||
, href "#"
|
||||
]
|
||||
[ i [ class "undo icon" ] []
|
||||
]
|
||||
, a
|
||||
[ class "item"
|
||||
, onClick DoSearch
|
||||
, href ""
|
||||
|
Reference in New Issue
Block a user