fix(dashboard): display company name instead of ID in health score overview
This commit is contained in:
@@ -9,6 +9,7 @@ class HealthScoreResponse(BaseModel):
|
||||
|
||||
id: str
|
||||
company_id: str
|
||||
company_name: str | None = None
|
||||
total_score: float
|
||||
financial_score: float | None = None
|
||||
operational_score: float | None = None
|
||||
|
||||
Reference in New Issue
Block a user