Skip to content

Commit ffb4e1f

Browse files
Update packages/main/src/webComponents/UploadCollectionItem/index.tsx
Co-authored-by: Lukas Harbarth <lukas742@gmx.net>
1 parent e85350d commit ffb4e1f

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/webComponents/UploadCollectionItem

1 file changed

+1
-1
lines changed

packages/main/src/webComponents/UploadCollectionItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface UploadCollectionItemPropTypes extends WithWebComponentPropTypes
1313
*/
1414
fileName?: string;
1515
/**
16-
* If set to `true` the file name will be clickable and it will fire `file-name-click` event upon click.
16+
* If set to `true` the file name will be clickable and it will fire `onFileNameClick` event upon click.
1717
*/
1818
fileNameClickable?: boolean;
1919
/**

0 commit comments

Comments
 (0)