mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 21:30:21 +03:00
Small fixes
This commit is contained in:
parent
3f610550f6
commit
5fff1c5002
|
@ -431,7 +431,6 @@ export class MenuService {
|
||||||
items: null
|
items: null
|
||||||
};
|
};
|
||||||
item.items = this.getTagsItems(item, group);
|
item.items = this.getTagsItems(item, group);
|
||||||
|
|
||||||
res.push(item);
|
res.push(item);
|
||||||
}
|
}
|
||||||
this.checkAllTagsUsedInGroups();
|
this.checkAllTagsUsedInGroups();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user