File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ui/litellm-dashboard/src/components/organisms Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
820
820
</ span >
821
821
}
822
822
name = "tpm_limit_type"
823
- initialValue = "default"
823
+ initialValue = { null }
824
824
className = "mt-4"
825
825
>
826
826
< Select
@@ -832,7 +832,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
832
832
form . setFieldValue ( 'tpm_limit_type' , value ) ;
833
833
} }
834
834
>
835
- < Option value = "default " label = "Default" >
835
+ < Option value = "best_effort_throughput " label = "Default" >
836
836
< div style = { { padding : '4px 0' } } >
837
837
< div style = { { fontWeight : 500 } } > Default</ div >
838
838
< div style = { { fontSize : '11px' , color : '#6b7280' , marginTop : '2px' } } >
@@ -891,7 +891,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
891
891
</ span >
892
892
}
893
893
name = "rpm_limit_type"
894
- initialValue = "default"
894
+ initialValue = { null }
895
895
className = "mt-4"
896
896
>
897
897
< Select
@@ -903,7 +903,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
903
903
form . setFieldValue ( 'rpm_limit_type' , value ) ;
904
904
} }
905
905
>
906
- < Option value = "default " label = "Default" >
906
+ < Option value = "best_effort_throughput " label = "Default" >
907
907
< div style = { { padding : '4px 0' } } >
908
908
< div style = { { fontWeight : 500 } } > Default</ div >
909
909
< div style = { { fontSize : '11px' , color : '#6b7280' , marginTop : '2px' } } >
You can’t perform that action at this time.
0 commit comments