Commit f3802ae1 authored by Clement Ho's avatar Clement Ho

[skip ci] add nextTick

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