Skip to content

Commit

Permalink
chore: migrate repo (storacha#625)
Browse files Browse the repository at this point in the history
- added to a comment to trigger a release
  • Loading branch information
joaosa authored Apr 29, 2024
1 parent bef563a commit 36227a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface UploaderContextState {
files?: File[]
/**
* A callback that can be passed to an `onSubmit` handler to
* upload `file` to web3.storage via the w3up API
* upload `file` to web3.storage via the w3up API.
*/
handleUploadSubmit?: (e: Event) => Promise<void>
/**
Expand Down

0 comments on commit 36227a3

Please sign in to comment.