We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6586 commit 7d4afabCopy full SHA for 7d4afab
services/catalog/src/simcore_service_catalog/services/services_api.py
@@ -41,7 +41,7 @@ def _db_to_api_model(
41
version=service_db.version,
42
name=service_db.name,
43
thumbnail=HttpUrl(service_db.thumbnail) if service_db.thumbnail else None,
44
- icon=None,
+ icon=service_db.icon,
45
description=service_db.description,
46
description_ui=service_db.description_ui,
47
version_display=service_db.version_display,
0 commit comments