feat: 添加配置模块和更新管理员导航,优化钱包控制台加载逻辑
This commit is contained in:
@@ -245,7 +245,9 @@ function TransferOrdersPanel(): React.ReactElement {
|
||||
}, [page, perPage, applied]);
|
||||
|
||||
useEffect(() => {
|
||||
void load();
|
||||
queueMicrotask(() => {
|
||||
void load();
|
||||
});
|
||||
}, [load]);
|
||||
|
||||
const runSearch = () => {
|
||||
@@ -505,7 +507,9 @@ function WalletTxnsPanel(): React.ReactElement {
|
||||
}, [page, perPage, applied]);
|
||||
|
||||
useEffect(() => {
|
||||
void load();
|
||||
queueMicrotask(() => {
|
||||
void load();
|
||||
});
|
||||
}, [load]);
|
||||
|
||||
const runSearch = () => {
|
||||
|
||||
Reference in New Issue
Block a user