mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix tooltip
This commit is contained in:
parent
6206649219
commit
66c88a9cfc
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ const Teams: React.FC<TeamProps> = ({
|
||||||
<Form.Item label={
|
<Form.Item label={
|
||||||
<span>
|
<span>
|
||||||
Models{' '}
|
Models{' '}
|
||||||
<Tooltip title="These are the models that your selected organization has access to">
|
<Tooltip title="These are the models that your selected team has access to">
|
||||||
<InfoCircleOutlined style={{ marginLeft: '4px' }} />
|
<InfoCircleOutlined style={{ marginLeft: '4px' }} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue