diff --git a/ui/litellm-dashboard/src/components/new_usage.tsx b/ui/litellm-dashboard/src/components/new_usage.tsx index 9b55f05abc..251e51b7b9 100644 --- a/ui/litellm-dashboard/src/components/new_usage.tsx +++ b/ui/litellm-dashboard/src/components/new_usage.tsx @@ -83,7 +83,7 @@ const NewUsagePage: React.FC = ({ // Add date range state const [dateValue, setDateValue] = useState({ - from: new Date(Date.now() - 28 * 24 * 60 * 60 * 1000), + from: new Date(Date.now() - 7 * 24 * 60 * 60 * 1000), to: new Date(), });