From bf61a4d8d1cf3e81c24c1a39fa8c52ce8126062d Mon Sep 17 00:00:00 2001 From: wuaho Date: Thu, 5 Aug 2021 15:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):