diff --git a/src/services/RedocNormalizedOptions.ts b/src/services/RedocNormalizedOptions.ts index 0351dc27..12f91ff6 100644 --- a/src/services/RedocNormalizedOptions.ts +++ b/src/services/RedocNormalizedOptions.ts @@ -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);