diff --git a/pkgs/webview-ui/app/src/components/FileInput.tsx b/pkgs/webview-ui/app/src/components/FileInput.tsx
index 601ee632d..6c92a5d9f 100644
--- a/pkgs/webview-ui/app/src/components/FileInput.tsx
+++ b/pkgs/webview-ui/app/src/components/FileInput.tsx
@@ -15,6 +15,7 @@ interface FileInputProps {
class?: string;
label?: string;
error?: string;
+ helperText?: string;
}
/**
@@ -53,7 +54,9 @@ export function FileInput(props: FileInputProps) {
{props.label}
-
+