show all models in red on ui

This commit is contained in:
Ishaan Jaff 2024-04-02 17:20:00 -07:00
parent 3245d8cdce
commit 6e3ec361ae
3 changed files with 29 additions and 19 deletions

View file

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