Commit ffb7c53b authored by Phil Hughes's avatar Phil Hughes

Merge branch '41178-fix-weight-loading-spinner-in-boards' into 'master'

Fix loading spinner for the weight block in the Issue Boards

Closes gitlab-ce#41178

See merge request gitlab-org/gitlab-ee!3801
parents 63ae4e98 7b9e5854
......@@ -25,7 +25,6 @@ class ListIssue {
this.isLoading = {
weight: false,
};
this.isLoading = {};
this.sidebarInfoEndpoint = obj.issue_sidebar_endpoint;
this.toggleSubscriptionEndpoint = obj.toggle_subscription_endpoint;
this.milestone_id = obj.milestone_id;
......
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