We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85350d commit ffb4e1fCopy full SHA for ffb4e1f
packages/main/src/webComponents/UploadCollectionItem/index.tsx
@@ -13,7 +13,7 @@ export interface UploadCollectionItemPropTypes extends WithWebComponentPropTypes
13
*/
14
fileName?: string;
15
/**
16
- * If set to `true` the file name will be clickable and it will fire `file-name-click` event upon click.
+ * If set to `true` the file name will be clickable and it will fire `onFileNameClick` event upon click.
17
18
fileNameClickable?: boolean;
19
0 commit comments