Skip to content

Commit 8854e84

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

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
@@ -35,7 +35,7 @@ export interface UploadCollectionItemPropTypes extends WithWebComponentPropTypes
3535
*/
3636
progress?: number;
3737
/**
38-
* If set to `Uploading` or `Error`, a progress indicator showing the `progress` is displayed. Also if set to `Error`, a refresh button is shown. When this icon is pressed `retry` event is fired. If set to `Uploading`, a terminate button is shown. When this icon is pressed `terminate` event is fired.
38+
* If set to `Uploading` or `Error`, a progress indicator showing the `progress` is displayed. Also if set to `Error`, a refresh button is shown. When this icon is pressed `onRetry` event is fired. If set to `Uploading`, a terminate button is shown. When this icon is pressed `onTerminate` event is fired.
3939
*/
4040
uploadState?: UploadState;
4141
/**

0 commit comments

Comments
 (0)