Skip to content

Commit 6384b8c

Browse files
committed
Fix date range
1 parent a2768c9 commit 6384b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Analytics/SlowQueries/SlowQueries.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default class SlowQueries extends TableView {
6161
end: new Date(
6262
date.getFullYear(),
6363
date.getMonth(),
64-
date.getDate()
64+
date.getDate() + 1
6565
)
6666
},
6767
className: undefined,

0 commit comments

Comments
 (0)