mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
PR #34327 split the Models + Endpoints view into per-tab route pages. Three of the new files thinly wrap existing antd-based components and still need antd imports: models-and-endpoints/add/page.tsx (Form.useForm for AddModelTab) models-and-endpoints/llm-credentials/page.tsx (Form.useForm for CredentialsPanel) models-and-endpoints/vertexCredentialsUpload.ts (FormInstance/UploadProps types) Adjacent new files with antd imports from the same PR (layout.tsx, PriceDataManagementTab.tsx) were baselined in eslint-suppressions.json, but these three were missed, so the promote-to-main frontend-lint check on litellm_internal_staging fails with three no-restricted-imports errors. Add them to the suppressions baseline (via eslint --suppress-rule no-restricted-imports), matching the treatment of the other new files in the same route until the underlying components are migrated off antd. Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||