mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
minor update
This commit is contained in:
parent
a7c6202057
commit
5941973ecf
|
@ -101,7 +101,7 @@ export default class SchemaManager {
|
||||||
for (let tag of tags) {
|
for (let tag of tags) {
|
||||||
tagsMap[tag.name] = {
|
tagsMap[tag.name] = {
|
||||||
description: tag.description,
|
description: tag.description,
|
||||||
'x-traitTag': tag['x-traitTag']
|
'x-traitTag': tag['x-traitTag'] || false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user