Skip to content

Commit

Permalink
fix(electron+ui): Workspace > In Filesystem (Git Friendly) > import f…
Browse files Browse the repository at this point in the history
…ails
  • Loading branch information
flawiddsouza committed Mar 13, 2024
1 parent 8006c6d commit 57e383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron/src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function createCollections(workspace, collections) {
})

for (const collection of collections) {
await createCollection(collection)
await createCollection(workspace, collection)
}
}

Expand Down

0 comments on commit 57e383a

Please sign in to comment.