mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
fix: options typo
This commit is contained in:
parent
3eeceff39a
commit
a91c414d6e
|
@ -298,7 +298,7 @@ export class RedocNormalizedOptions {
|
|||
typeof raw.tryLiveSandboxServerIndex === 'number'
|
||||
? raw.tryLiveSandboxServerIndex
|
||||
: argValueToNumber(raw.tryLiveSandboxServerIndex) || 1;
|
||||
this.tryLiveEditorTheme = raw.tryLiveAccessToken || '';
|
||||
this.tryLiveEditorTheme = raw.tryLiveEditorTheme || '';
|
||||
|
||||
this.unstable_ignoreMimeParameters = argValueToBoolean(raw.unstable_ignoreMimeParameters);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user