mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(ui): default editingTiers so the build's type check passes
This commit is contained in:
parent
ecd58ee21e
commit
b2f86cf1de
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ const ComplexityRouterConfig: React.FC<ComplexityRouterConfigProps> = ({
|
|||
modelInfo,
|
||||
value,
|
||||
onChange,
|
||||
editingTiers,
|
||||
editingTiers = false,
|
||||
onEditingTiersChange,
|
||||
customTechnicalKeywords,
|
||||
onCustomTechnicalKeywordsChange,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue