prevent flicker when refreshing

This commit is contained in:
proddy
2025-11-04 18:17:35 +01:00
parent b654a42229
commit 5087fdb5d6
2 changed files with 20 additions and 15 deletions

View File

@@ -84,7 +84,6 @@ const SystemStatus = () => {
send: loadData,
error
} = useRequest(readSystemStatus, {
initialData: [],
async middleware(_, next) {
if (!restarting) {
await next();