diff --git a/ui/litellm-dashboard/src/components/admins.tsx b/ui/litellm-dashboard/src/components/admins.tsx index 85b5dc3d4..585111fd4 100644 --- a/ui/litellm-dashboard/src/components/admins.tsx +++ b/ui/litellm-dashboard/src/components/admins.tsx @@ -723,25 +723,25 @@ const AdminPanel: React.FC = ({ ]} > - - - IP Address - Action - - - - {allowedIPs.map((ip, index) => ( - - {ip} - - - - - ))} - -
+ + + IP Address + Action + + + + {allowedIPs.map((ip, index) => ( + + {ip} + + + + + ))} + + = ({ setIsDeleteIPModalVisible(false)} + onOk={confirmDeleteIP} + footer={[ + , + + ]} >

Are you sure you want to delete the IP address: {ipToDelete}?