fix: usage datepicker

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent ad7fc3a993
commit daa3d74500
8 changed files with 157 additions and 49 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export interface UsageFilterItem {
};
current: {
model_id: string | null;
user_id: string | null;
user_id: number | null;
api_key_id: string | null;
};
};