Commit 9c71b781 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix JS error when filtering by option

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment