fix: reset page number after query
Some checks failed
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled

This commit is contained in:
JustSong 2023-06-24 19:32:46 +08:00
parent 3ce982d8ee
commit 5fdf670a19

View File

@ -129,6 +129,7 @@ const LogsTable = () => {
const refresh = async () => {
setLoading(true);
setActivePage(1)
await loadLogs(0);
if (isAdminUser) {
getLogStat().then();