diff --git a/src/components/Field/Field.tsx b/src/components/Field/Field.tsx index 3a26a3f8a3..4f7850ad8b 100644 --- a/src/components/Field/Field.tsx +++ b/src/components/Field/Field.tsx @@ -4,6 +4,7 @@ import styled, { css } from 'styled-components' import { InjectedProps, withTheme } from '../../hocs/withTheme' import { NumberInput, PasswordInput, Props as InputProps, TextInput } from '../Input' +import { Tag } from '../Tag' interface Props { label: string @@ -43,7 +44,14 @@ const fieldFactory: (