Skip to content

Commit

Permalink
fix: 修改全量日志loading逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-core committed Oct 16, 2024
1 parent ea957f3 commit e9f23a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/contexts/LogsContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const LogsProvider = ({ children }) => {
defaultFields: [],
hiddenFields: [],
logsChartData: [],
loading: false,
pagination: {
total: 0,
pageIndex: state.pagination.pageIndex,
Expand Down

0 comments on commit e9f23a9

Please sign in to comment.