Skip to content
Snippets Groups Projects
Commit e21d9e88 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Do not show spinner when fetching subgroups

parent 3427912e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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');
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment