This commit is contained in:
yp05327 2024-05-02 05:42:43 +00:00
parent f135cb7c94
commit 65c5b3d071
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export function initRepoProject() {
divider.style.removeProperty('color'); divider.style.removeProperty('color');
} }
} }
$('.ui.modal').modal('hide'); $(modal).modal('hide');
} }
}); });
} }