提交 941cf7c3 编写于 作者: A 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册