From 87455cebc0963c3f53f0efc25d41823167716447 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 17 Jun 2023 20:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=20loading=20=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/setting/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/setting/index.tsx b/src/pages/setting/index.tsx index 1a8d275a..929a7d9f 100644 --- a/src/pages/setting/index.tsx +++ b/src/pages/setting/index.tsx @@ -106,7 +106,7 @@ const Setting = () => { }, ]; - const [loading, setLoading] = useState(true); + const [loading, setLoading] = useState(false); const [dataSource, setDataSource] = useState([]); const [isModalVisible, setIsModalVisible] = useState(false); const [editedApp, setEditedApp] = useState();