fix: update mock data to match new DashboardStats type fields
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
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:
parent
eb2764518d
commit
b26bcba774
@ -22,6 +22,11 @@ export const MOCK_DASHBOARD_STATS: DashboardStats = {
|
|||||||
totalStorageBytes: 15_728_640_000,
|
totalStorageBytes: 15_728_640_000,
|
||||||
userTrend: makeTrend(30, 40, 30),
|
userTrend: makeTrend(30, 40, 30),
|
||||||
aiCallTrend: makeTrend(30, 150, 100),
|
aiCallTrend: makeTrend(30, 150, 100),
|
||||||
|
todayImportCount: 12,
|
||||||
|
failedImportCount: 2,
|
||||||
|
todayAiCost: 3.45,
|
||||||
|
failedTasks: 1,
|
||||||
|
upcomingExpirations: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MOCK_AUDIT_LOGS: AuditLog[] = [
|
export const MOCK_AUDIT_LOGS: AuditLog[] = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user