mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(feat) new ui build
This commit is contained in:
parent
aea3db4fcf
commit
5ad6e8c8f1
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