This commit is contained in:
@@ -228,6 +228,8 @@ function renderBoard(items) {
|
||||
}
|
||||
|
||||
async function loadBoard() {
|
||||
if (!document.getElementById("kanban-board")) return;
|
||||
|
||||
const res = await window.orgAuth.fetch(`/api/competencies/items?group=${currentLevel}`);
|
||||
const items = await res.json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user