Skip to content

Commit c9c2e4a

Browse files
committed
fix similar race same race when clearing assignee
1 parent dee5852 commit c9c2e4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/js/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ function initCommentForm() {
487487
"clear",
488488
$listMenu.data('issue-id'),
489489
""
490-
);
491-
$listMenu.data('action', 'update'); // Update to reload the page when we updated items
490+
).then(reload);
492491
}
493492

494493
$(this).parent().find('.item').each(function () {

0 commit comments

Comments
 (0)