Commit 7b9e5854 authored by Eric Eastwood's avatar Eric Eastwood

Fix loading spinner for the weight block

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41178

Regressed in CE->EE MR because it wasn't condidered to be
a conflict by git, see
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3633/diffs#f945183105ed1222efad338f5edfc05b00f59c56_28_28
parent 11f6e324
......@@ -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