forked from phoenix/litellm-mirror
(feat) new ui build
This commit is contained in:
parent
76810e9217
commit
32a29fce69
13 changed files with 11 additions and 11 deletions
|
@ -102,7 +102,7 @@ const Team: React.FC<TeamProps> = ({
|
|||
const handleCreate = async (formValues: Record<string, any>) => {
|
||||
try {
|
||||
if (accessToken != null) {
|
||||
//message.info("Making API Call");
|
||||
message.info("Creating Team");
|
||||
const response: any = await teamCreateCall(accessToken, formValues);
|
||||
if (teams !== null) {
|
||||
setTeams([...teams, response]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue