Added financial fields.

This commit is contained in:
Patrick Fic
2020-01-28 10:38:50 -08:00
parent cc27a8c228
commit 203a680d0f
27 changed files with 1690 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ function FormItemEmail(props, ref) {
{...props}
addonAfter={
<a href={`mailto:${props.email}`}>
<Icon type='mail' />
<Icon type="mail" />
</a>
}
/>