hehe
All checks were successful
Build Org Website / build (push) Successful in 47s

This commit is contained in:
2026-05-09 00:36:21 +01:00
parent a18debbf21
commit 138193ce13
12 changed files with 162 additions and 56 deletions

View File

@@ -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();