mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix add model
This commit is contained in:
parent
b443817a56
commit
76d461dcae
1 changed files with 0 additions and 5 deletions
|
|
@ -1003,11 +1003,6 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
<div className="w-full mx-4 h-[75vh]">
|
||||
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">
|
||||
<Col numColSpan={1} className="flex flex-col gap-2">
|
||||
{all_admin_roles.includes(userRole || "") && (
|
||||
<Button className="w-fit" onClick={handleCreateNewModelClick}>
|
||||
+ Create New Model
|
||||
</Button>
|
||||
)}
|
||||
{selectedModelId ? (
|
||||
<ModelInfoView
|
||||
modelId={selectedModelId}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue