mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
chore: enable untrustedSpec in demo
This commit is contained in:
parent
63ec3d120c
commit
40a4e5fa47
|
@ -98,7 +98,10 @@ class DemoApp extends React.Component<
|
||||||
height="30px"
|
height="30px"
|
||||||
/>
|
/>
|
||||||
</Heading>
|
</Heading>
|
||||||
<RedocStandalone specUrl={proxiedUrl} options={{ scrollYOffset: 'nav' }} />
|
<RedocStandalone
|
||||||
|
specUrl={proxiedUrl}
|
||||||
|
options={{ scrollYOffset: 'nav', untrustedSpec: true }}
|
||||||
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user