fix: update mock data to match new DashboardStats type fields
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-24 17:39:41 +08:00
parent eb2764518d
commit b26bcba774

View File

@ -22,6 +22,11 @@ export const MOCK_DASHBOARD_STATS: DashboardStats = {
totalStorageBytes: 15_728_640_000,
userTrend: makeTrend(30, 40, 30),
aiCallTrend: makeTrend(30, 150, 100),
todayImportCount: 12,
failedImportCount: 2,
todayAiCost: 3.45,
failedTasks: 1,
upcomingExpirations: 0,
}
export const MOCK_AUDIT_LOGS: AuditLog[] = [