diff --git a/src/components/input/FileInput.tsx b/src/components/input/FileInput.tsx index 5f3a8610..f285f687 100644 --- a/src/components/input/FileInput.tsx +++ b/src/components/input/FileInput.tsx @@ -41,7 +41,7 @@ const FileInput = ({ return (
{bottomLabel}
+ {!isError && bottomLabel && ( +{bottomLabel}
+ )} + {isError && errorMessage && ( +{errorMessage}
)} - - {isError &&{errorMessage}
}