diff --git a/src/components/uniforms-frontmatter/LongTextField.tsx b/src/components/uniforms-frontmatter/LongTextField.tsx index ccded15b..0b822d6f 100644 --- a/src/components/uniforms-frontmatter/LongTextField.tsx +++ b/src/components/uniforms-frontmatter/LongTextField.tsx @@ -1,6 +1,7 @@ import * as React from 'react'; import { Ref } from 'react'; import { HTMLFieldProps, connectField, filterDOMProps } from 'uniforms'; +import { LabelField } from './LabelField'; export type LongTextFieldProps = HTMLFieldProps< string, @@ -22,7 +23,7 @@ function LongText({ }: LongTextFieldProps) { return (