Commit fc5e5b6a authored by Bryce Johnson's avatar Bryce Johnson

Remove mocked suggested_approvers.

parent 38e5923e
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
} }
assignToData(key, val) { assignToData(key, val) {
// TODO: Remove when passed in json return _.assign(this.data[key], val);
const base = { suggested_approvers: JSON.parse(this.dataset.suggestedApprovers) };
this.data[key] = _.assign(base, val);
return this.data[key];
} }
} }
gl.MergeRequestWidgetStore = MergeRequestWidgetStore; gl.MergeRequestWidgetStore = MergeRequestWidgetStore;
......
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