mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修改应用设置 loading 默认值
This commit is contained in:
parent
9f4435b237
commit
87455cebc0
|
@ -106,7 +106,7 @@ const Setting = () => {
|
|||
},
|
||||
];
|
||||
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [dataSource, setDataSource] = useState<any[]>([]);
|
||||
const [isModalVisible, setIsModalVisible] = useState(false);
|
||||
const [editedApp, setEditedApp] = useState<any>();
|
||||
|
|
Loading…
Reference in New Issue
Block a user