Merge remote-tracking branch 'songquanpeng/main'
This commit is contained in:
commit
b0948a527d
@ -108,7 +108,7 @@ const LogsTable = () => {
|
||||
if (startIdx === 0) {
|
||||
setLogs(data);
|
||||
} else {
|
||||
let newLogs = logs;
|
||||
let newLogs = [...logs];
|
||||
newLogs.push(...data);
|
||||
setLogs(newLogs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user