mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix linting
This commit is contained in:
parent
8024300825
commit
afa2a2b0a3
1 changed files with 2 additions and 0 deletions
|
|
@ -1037,6 +1037,8 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
accessToken={accessToken}
|
||||
userID={userID}
|
||||
userRole={userRole}
|
||||
setEditModalVisible={setEditModalVisible}
|
||||
setSelectedModel={setSelectedModel}
|
||||
/>
|
||||
) : (
|
||||
<TabGroup className="gap-2 p-8 h-[75vh] w-full mt-2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue