Skip to content

Commit bd96efc

Browse files
committed
Fix
1 parent abfeea2 commit bd96efc

2 files changed

Lines changed: 1214 additions & 1334 deletions

File tree

components/ui/json-schema-form.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ const FieldRow = React.forwardRef<HTMLDivElement, FieldRowProps>(
197197
}}
198198
value=""
199199
>
200-
<SelectTrigger className="w-10 shrink-0" />
200+
<SelectTrigger className="w-16 shrink-0">
201+
<SelectValue placeholder="defs" />
202+
</SelectTrigger>
201203
<SelectContent className="min-w-52 max-h-64 bg-background text-foreground border-input">
202204
{definitions && definitions.length > 0 ? (
203205
definitions.map((def) => (

0 commit comments

Comments
 (0)