ui - support all-models alias

This commit is contained in:
Ishaan Jaff 2024-04-02 15:27:50 -07:00
parent 73ef4780f7
commit dfc020ca5f
3 changed files with 8 additions and 11 deletions

View file

@ -142,9 +142,6 @@ const CreateKey: React.FC<CreateKeyProps> = ({
placeholder="Select models"
style={{ width: "100%" }}
>
<Option key="all-models" value="all-models">
All Models
</Option>
{team && team.models ? (
team.models.map((model: string) => (
<Option key={model} value={model}>