Skip to content

Commit

Permalink
Showed more JSON fields by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 9, 2024
1 parent f1f2b77 commit e8a9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/evalite-ui/app/components/display-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const DisplayJSON = ({ input }: { input: object }) => {
return (
<JSONTree
data={input}
hideRoot
shouldExpandNodeInitially={(_, __, level) => level < 4}
theme={{
scheme: "grayscale",
base00: "transparent",
Expand Down

0 comments on commit e8a9eeb

Please sign in to comment.