Merge branch 'dev-bagus' of https://github.com/defuj/eis into dev-defuj

This commit is contained in:
Dede Fuji Abdul
2024-02-29 07:47:07 +07:00
12 changed files with 1254 additions and 554 deletions

View File

@@ -16,7 +16,7 @@ const customShortcuts = () => {
label: 'Last 15 Days',
atClick: () => {
const date = new Date()
return [new Date(date.setDate(date.getDate() + 1)), date]
return [new Date(date.setDate(date.getDate() - 15)), new Date()]
}
},
{