Commit e21d9e88 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Do not show spinner when fetching subgroups

parent 3427912e
......@@ -52,10 +52,10 @@ document.addEventListener('DOMContentLoaded', () => {
let filterGroups = null;
let filterGroupsParam = null;
this.isLoading = true;
if (parentGroup) {
parentId = parentGroup.id;
} else {
this.isLoading = true;
}
pageParam = gl.utils.getParameterByName('page');
......
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