workin on document creation: frontend work
This commit is contained in:
@@ -14,7 +14,6 @@ async function fetchModules(){
|
||||
if (resp.ok){
|
||||
const arr = await resp.json();
|
||||
for (let entry of arr) modules.push({name:t('menu.'+entry.module),url:entry.url});
|
||||
console.log(modules);
|
||||
} else {
|
||||
console.log('error');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user