提交 9c71b781 编写于 作者: A Alfredo Sumaran

Fix JS error when filtering by option

上级 56a279be
......@@ -63,7 +63,7 @@ export default {
if (this.group.isOrphan) {
// check if current group is baseGroup
if (this.baseGroup) {
if (Object.keys(this.baseGroup).length > 0) {
// Remove baseGroup prefix from our current group.fullName. e.g:
// baseGroup.fullName: `level1`
// group.fullName: `level1 / level2 / level3`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册