mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-21 17:21:58 +03:00
fix: hotfix, crash after 2.1 release
This commit is contained in:
parent
062b0dd581
commit
1bc9fdd66f
|
@ -393,7 +393,7 @@ export function getSerializedValue(field: FieldModel, example: any) {
|
|||
// decode for better readability in examples: see https://github.com/Redocly/redoc/issues/1138
|
||||
return decodeURIComponent(serializeParameterValue(field, example));
|
||||
} else {
|
||||
return example;
|
||||
return String(example);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user