diff --git a/src/components/inputs/reactHookForm/text/TextInput.tsx b/src/components/inputs/reactHookForm/text/TextInput.tsx
index 83841d4d..9c5aaaeb 100644
--- a/src/components/inputs/reactHookForm/text/TextInput.tsx
+++ b/src/components/inputs/reactHookForm/text/TextInput.tsx
@@ -123,12 +123,14 @@ export function TextInput({
handleClearValue,
})}
helperText={
-
+ previousValue && (
+
+ )
}
{...genHelperError(error?.message)}
{...formProps}