forked from phoenix/litellm-mirror
ui fixes
This commit is contained in:
parent
8dc1af666b
commit
74b19ea9c5
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
||||||
</Text>
|
</Text>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Button onClick={() => handleModelLimitClick(item)}>Edit Limits</Button>
|
<Button size="sm" onClick={() => handleModelLimitClick(item)}>Edit Limits</Button>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Icon
|
<Icon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue