Fix some incorrect async functions, improve frontend document. (#17597)
This commit is contained in:
@ -63,9 +63,7 @@ export default function initRepoProject() {
|
||||
return;
|
||||
}
|
||||
|
||||
(async () => {
|
||||
await initRepoProjectSortable();
|
||||
})();
|
||||
const _promise = initRepoProjectSortable();
|
||||
|
||||
$('.edit-project-board').each(function () {
|
||||
const projectHeader = $(this).closest('.board-column-header');
|
||||
|
Reference in New Issue
Block a user