mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
EditUserModal was rendered by the users dashboard but nothing could ever open it. Its two pieces of state, editModalVisible and selectedUser, were only ever set to false and null, so the modal short-circuited to null on every render. The edit path users actually reach goes through the row actions menu, which routes to the user detail view and its edit form, so removing this leaves no capability behind. The submit handler that fed the dead modal goes with it, along with the imports it was the last consumer of. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||