Skip to content

Commit

Permalink
fix(FileUploaderDropContainer): allow undefined value for labelText (c…
Browse files Browse the repository at this point in the history
…arbon-design-system#15069)

Co-authored-by: Taylor Jones <[email protected]>
  • Loading branch information
lewandom and tay1orjones committed Nov 1, 2023
1 parent 7dcb02e commit e79cd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79cd67

Please sign in to comment.