diff --git a/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx b/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx index 5191ecadb656..37abb592902b 100644 --- a/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx +++ b/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx @@ -42,7 +42,7 @@ export interface FileUploaderDropContainerProps * Provide the label text to be read by screen readers when interacting with * this control */ - labelText: string; + labelText?: string; /** * Specify if the component should accept multiple files to upload