Skip to content

Commit

Permalink
Update packages/frontend/core/src/pages/workspace/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed May 13, 2024
1 parent ba5d32e commit d621451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/core/src/pages/workspace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Component = (): ReactElement => {
workspace.docCollection,
Array.from(workspace.docCollection.docs.values())
.filter(doc => (docs ? docs.includes(doc.id) : true))
.map(collection => collection.getDoc())
.map(doc => doc.getDoc())
);
const url = URL.createObjectURL(zip);
// download url
Expand Down

0 comments on commit d621451

Please sign in to comment.