Skip to content

Commit

Permalink
change starting page num
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 16, 2024
1 parent 892f7e7 commit f78e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const STATE_DEFAULT: Readonly<StateContextType> = Object.freeze({
numEvents: 0,
numFilteredEvents: 0,
numPages: 0,
pageNum: 0,
pageNum: 1,

changeLogLevelFilter: () => null,
loadFile: () => null,
Expand Down

0 comments on commit f78e250

Please sign in to comment.