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();