Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ClientProject
Redoc
Commits
40a4e5fa
Unverified
Commit
40a4e5fa
authored
5 years ago
by
Roman Hotsiy
Browse files
Options
Download
Email Patches
Plain Diff
chore: enable untrustedSpec in demo
parent
63ec3d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demo/index.tsx
+4
-1
demo/index.tsx
with
4 additions
and
1 deletion
+4
-1
demo/index.tsx
View file @
40a4e5fa
...
...
@@ -98,7 +98,10 @@ class DemoApp extends React.Component<
height
=
"30px"
/>
</
Heading
>
<
RedocStandalone
specUrl
=
{
proxiedUrl
}
options
=
{
{
scrollYOffset
:
'
nav
'
}
}
/>
<
RedocStandalone
specUrl
=
{
proxiedUrl
}
options
=
{
{
scrollYOffset
:
'
nav
'
,
untrustedSpec
:
true
}
}
/>
</>
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help