mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 17:44:07 +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) {
|
||||
tagsMap[tag.name] = {
|
||||
description: tag.description,
|
||||
'x-traitTag': tag['x-traitTag']
|
||||
'x-traitTag': tag['x-traitTag'] || false
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user