Skip to content

Commit

Permalink
fix: make defaultWrapInDirectory default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Jan 11, 2024
1 parent 7a72235 commit 87de395
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@w3ui/react": "^2.1.0",
"@w3ui/react": "^2.2.0",
"@web3-storage/content-claims": "^3.2.1",
"@web3-storage/data-segment": "^5.0.0",
"archy": "^1.0.0",
Expand Down
39 changes: 8 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/Uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export const Uploader = ({
<W3Uploader
as='div'
onUploadComplete={onUploadComplete}
defaultWrapInDirectory={true}
>
<UploaderForm />
</W3Uploader>
Expand Down

0 comments on commit 87de395

Please sign in to comment.