Remove code from old ui

This commit is contained in:
Eike Kettner
2021-04-17 10:24:25 +02:00
parent b3c3c783dc
commit c9b54e80b7
3 changed files with 2 additions and 59 deletions

View File

@ -102,7 +102,7 @@ makeCustomFieldLink :
-> (LinkTarget -> msg)
-> Html msg
makeCustomFieldLink cv classes tagger =
Util.CustomField.renderValue1
Util.CustomField.renderValue2
classes
(tagger (LinkCustomField cv) |> Just)
cv