@@ -228,8 +228,6 @@ 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