mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +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'
|
typeof raw.tryLiveSandboxServerIndex === 'number'
|
||||||
? raw.tryLiveSandboxServerIndex
|
? raw.tryLiveSandboxServerIndex
|
||||||
: argValueToNumber(raw.tryLiveSandboxServerIndex) || 1;
|
: argValueToNumber(raw.tryLiveSandboxServerIndex) || 1;
|
||||||
this.tryLiveEditorTheme = raw.tryLiveAccessToken || '';
|
this.tryLiveEditorTheme = raw.tryLiveEditorTheme || '';
|
||||||
|
|
||||||
this.unstable_ignoreMimeParameters = argValueToBoolean(raw.unstable_ignoreMimeParameters);
|
this.unstable_ignoreMimeParameters = argValueToBoolean(raw.unstable_ignoreMimeParameters);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user