mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
refactor(create_key_button.tsx): cleanup read only option (confusing)
This commit is contained in:
parent
3359464624
commit
39b7ce5388
1 changed files with 0 additions and 8 deletions
|
|
@ -689,14 +689,6 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
</div>
|
||||
</div>
|
||||
</Option>
|
||||
<Option value="read_only" label="Read Only">
|
||||
<div style={{ padding: '4px 0' }}>
|
||||
<div style={{ fontWeight: 500 }}>Read Only</div>
|
||||
<div style={{ fontSize: '11px', color: '#6b7280', marginTop: '2px' }}>
|
||||
Can only call only info routes (e.g. /key/info, /user/info, /team/info)
|
||||
</div>
|
||||
</div>
|
||||
</Option>
|
||||
</Select>
|
||||
</Form.Item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue