diff --git a/schemas/dashboard.py b/schemas/dashboard.py index bd1af15..2130e9c 100644 --- a/schemas/dashboard.py +++ b/schemas/dashboard.py @@ -39,6 +39,7 @@ class Report(BaseModel): modelswitch: bool = None avesumdata: bool = True daydata: bool = True + reverseorder: bool = True class EditShowReport(BaseModel):