diff --git a/schemas/dashboard.py b/schemas/dashboard.py index 9d06714..aaa9f42 100644 --- a/schemas/dashboard.py +++ b/schemas/dashboard.py @@ -34,7 +34,7 @@ class Report(BaseModel): graph_type: str model: str graph_size: str - sort: int + sort: int = 1 class EditShowReport(BaseModel):