From 1954a4f8d3dc26678795d7484f2eadeacb59b30f Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 16 Dec 2021 16:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5-=E7=BB=84?= =?UTF-8?q?=E7=BB=87-sort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/Team.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/users/Team.jsx b/src/forge/users/Team.jsx index 9ddfae16..2751280b 100644 --- a/src/forge/users/Team.jsx +++ b/src/forge/users/Team.jsx @@ -12,7 +12,7 @@ function Team(props){ const [ list ,setList ] = useState(undefined); const [ page ,setPage ] = useState(1); const [ total ,setTotal ] = useState(0); - const [ sort_direction , setSort_direction ] = useState("asc"); + const [ sort_direction , setSort_direction ] = useState("desc"); const [ sort_by ,setSort_by ] = useState("created_at"); const [ search ,setSearch ] = useState(undefined); const { checkIfLogin , showLoginDialog , current_user } = props; @@ -42,7 +42,7 @@ function Team(props){ } const menu = (