forked from phoenix/litellm-mirror
fix(ui): export ui npm build
This commit is contained in:
parent
d1893129f7
commit
7409460230
35 changed files with 38 additions and 60 deletions
|
@ -187,7 +187,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
};
|
||||
fetchData();
|
||||
}
|
||||
}, [accessToken, token, userRole, userID]);
|
||||
}, [accessToken, token, userRole, userID, startTime, endTime]);
|
||||
|
||||
topUsers.forEach((obj) => {
|
||||
Object.values(obj).forEach((value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue