Skip to content

Commit

Permalink
feat: update react component
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Nov 20, 2023
1 parent ebdcdd0 commit 33f6812
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 184 deletions.
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@asyncapi/converter": "^1.4.2",
"@asyncapi/openapi-schema-parser": "^3.0.4",
"@asyncapi/parser": "^3.0.0-next-major-spec.3",
"@asyncapi/react-component": "^1.0.2",
"@asyncapi/react-component": "^1.2.2",
"@asyncapi/specs": "^6.0.0-next-major-spec.6",
"@ebay/nice-modal-react": "^1.2.10",
"@headlessui/react": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/src/components/Template/HTMLWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const HTMLWrapper: React.FunctionComponent<HTMLWrapperProps> = () => {
<div className="overflow-auto">
<AsyncApiComponentWP
schema={parsedSpec}
config={{
config={{
show: {
errors: false,
sidebar: appState.getState().readOnly,
Expand Down
226 changes: 44 additions & 182 deletions package-lock.json

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

0 comments on commit 33f6812

Please sign in to comment.