Commit fffffca2 authored by Clement Ho's avatar Clement Ho

[skip ci] use forceUpdate

parent 0e3ca4f4
...@@ -88,9 +88,9 @@ require('./sidebar/remove_issue'); ...@@ -88,9 +88,9 @@ require('./sidebar/remove_issue');
const data = response.json(); const data = response.json();
this.$nextTick(() => { this.$forceUpdate();
gl.issueBoards.BoardsStore.detail.issue.processAssignees(data.assignees); gl.issueBoards.BoardsStore.detail.issue.processAssignees(data.assignees);
});
}) })
.catch(() => { .catch(() => {
this.loadingAssignees = false; this.loadingAssignees = false;
......
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