mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 04:28:07 +00:00
default to 7 days (#12917)
This commit is contained in:
@@ -83,7 +83,7 @@ const NewUsagePage: React.FC<NewUsagePageProps> = ({
|
||||
|
||||
// Add date range state
|
||||
const [dateValue, setDateValue] = useState<DateRangePickerValue>({
|
||||
from: new Date(Date.now() - 28 * 24 * 60 * 60 * 1000),
|
||||
from: new Date(Date.now() - 7 * 24 * 60 * 60 * 1000),
|
||||
to: new Date(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user