diff --git a/schemas/dashboard.py b/schemas/dashboard.py index 6e22552..5b5b094 100644 --- a/schemas/dashboard.py +++ b/schemas/dashboard.py @@ -37,6 +37,8 @@ class Report(BaseModel): graph_size: str = None sort: int = 999 modelswitch: bool = None + avesumdata: bool = True + daydata: bool = True class EditShowReport(BaseModel):