From e9f23a9655c1b5e950d2b658170528cd5f289b8a Mon Sep 17 00:00:00 2001 From: keting lu Date: Wed, 16 Oct 2024 19:12:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=85=A8=E9=87=8F?= =?UTF-8?q?=E6=97=A5=E5=BF=97loading=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/contexts/LogsContext.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/contexts/LogsContext.js b/frontend/src/contexts/LogsContext.js index 0540a6e..3f0ac5f 100644 --- a/frontend/src/contexts/LogsContext.js +++ b/frontend/src/contexts/LogsContext.js @@ -69,6 +69,7 @@ export const LogsProvider = ({ children }) => { defaultFields: [], hiddenFields: [], logsChartData: [], + loading: false, pagination: { total: 0, pageIndex: state.pagination.pageIndex,