Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 7, 2025
1 parent 287395a commit 0d34111
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rjsf/core": "^5.21.1",
"@rjsf/utils": "^5.21.1",
"@rjsf/validator-ajv8": "^5.21.1",
"@uiw/codemirror-extensions-langs": "^4.21.24",
"@uiw/codemirror-extensions-langs": "^4.23.8",
"@uiw/react-codemirror": "^4.21.24",
"bootstrap": "^4.6.2",
"bootstrap-icons": "^1.11.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/JSONEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function JSONEditor({
value={value}
onChange={onCodeChange}
height="auto"
extensions={[langs.json()]}
extensions={[langs.tsx()]}
indentWithTab={false}
/>
);
Expand Down

0 comments on commit 0d34111

Please sign in to comment.