Skip to content

Commit

Permalink
fix: set author to unknown by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelant05 committed Nov 22, 2021
1 parent edcd4c4 commit d902797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/UI/Windows/Project/Chooser/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function loadManifest(projectPath: string) {
return {
version: undefined,
name: undefined,
author: undefined,
author: 'Unknown',
description: undefined,
}
}
Expand Down

0 comments on commit d902797

Please sign in to comment.