Skip to content

Commit

Permalink
Changed label when no configuration is selected to "Add Configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Oct 10, 2022
1 parent 74d97a8 commit 5a2657e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def name(self) -> str:
if self.configuration_or_compound:
return self.configuration_or_compound.name

return 'No Configuration'
return 'Add Configuration'

def into_json(self) -> dict[str, Any]:
return {
Expand Down

0 comments on commit 5a2657e

Please sign in to comment.