summaryrefslogtreecommitdiff
path: root/elm/StaffEdit/Main.elm
diff options
context:
space:
mode:
Diffstat (limited to 'elm/StaffEdit/Main.elm')
-rw-r--r--elm/StaffEdit/Main.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/StaffEdit/Main.elm b/elm/StaffEdit/Main.elm
index 41044d5c..57f258ef 100644
--- a/elm/StaffEdit/Main.elm
+++ b/elm/StaffEdit/Main.elm
@@ -170,7 +170,7 @@ view model =
, td [ class "tc_add" ]
[ if model.aid == e.aid then b [ class "grayedout" ] [ text " primary" ]
else if e.inuse then b [ class "grayedout" ] [ text " referenced" ]
- else a [ onClick (AliasDel n) ] [ text " remove" ]
+ else inputButton "remove" (AliasDel n) []
]
]