Commit 941cf7c3 authored by Annabel Gray's avatar Annabel Gray

Merge branch '47905-user-tabs-doesn-t-show-spinner' into 'master'

Resolve "User tabs doesn't show spinner"

Closes #47905

See merge request gitlab-org/gitlab-ce!19862
parents b0192122 e7d5dd59
......@@ -180,7 +180,7 @@ export default class UserTabs {
}
toggleLoading(status) {
return this.$parentEl.find('.loading-status .loading').toggleClass('hidden', !status);
return this.$parentEl.find('.loading-status .loading').toggleClass('hide', !status);
}
setCurrentAction(source) {
......
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