diff --git a/ui/litellm-dashboard/src/components/organizations.tsx b/ui/litellm-dashboard/src/components/organizations.tsx index f2a8f40774..bc9399463f 100644 --- a/ui/litellm-dashboard/src/components/organizations.tsx +++ b/ui/litellm-dashboard/src/components/organizations.tsx @@ -139,6 +139,7 @@ const OrganizationsTable: React.FC = ({ } await organizationCreateCall(accessToken, values) + NotificationsManager.success("Organization created successfully") setIsOrgModalVisible(false) form.resetFields() // Refresh organizations list