Skip to content

Commit

Permalink
Merge pull request #183 from cloudblue/webapp-sample-icon-optional
Browse files Browse the repository at this point in the history
Fix case when marketplace has no icon
  • Loading branch information
ffaraone authored Nov 10, 2022
2 parents af0ecbc + 679bbff commit 3f1af50
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ class Marketplace(BaseModel):
id: str
name: str
description: str
icon: str
icon: str = (
'https://unpkg.com/@cloudblueconnect'
'/material-svg@latest/icons/google/language/baseline.svg'
)


class Settings(BaseModel):
Expand Down

0 comments on commit 3f1af50

Please sign in to comment.