mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
success tooltip added (#14132)
This commit is contained in:
parent
ca70b689af
commit
735af5bf36
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ const OrganizationsTable: React.FC<OrganizationsTableProps> = ({
|
|||
}
|
||||
|
||||
await organizationCreateCall(accessToken, values)
|
||||
NotificationsManager.success("Organization created successfully")
|
||||
setIsOrgModalVisible(false)
|
||||
form.resetFields()
|
||||
// Refresh organizations list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue