Skip to content

Commit bea9999

Browse files
wxiaoguangGiteaBot
authored andcommitted
1 parent ff7057a commit bea9999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-legacy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export function initRepoCommentForm() {
232232

233233
$(this).parent().find('.item').each(function () {
234234
$(this).removeClass('checked');
235-
$(this).find('.octicon').addClass('invisible');
235+
$(this).find('.octicon-check').addClass('invisible');
236236
});
237237

238238
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {

0 commit comments

Comments
 (0)