fix (ci): broken ci

This commit is contained in:
MickaelK 2025-06-09 16:25:32 +10:00
parent f4a99c4ad6
commit 4c020e93b2
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,6 @@ export function expandSelection() {
arr[i] = { path };
i += 1;
}
// console.log(JSON.stringify(arr, null, 2));
return arr;
});
}

View file

@ -9,7 +9,7 @@ import { transition } from "./common.js";
import { renderMenubar } from "./component_menubar.js";
import "../../components/icon.js";
export default async function(render, { acl$, $menubar, getFilename, getDownloadUrl, hasMenubar = true }) {
export default async function(render, { acl$, getFilename, getDownloadUrl, hasMenubar = true }) {
const $page = createElement(`
<div class="component_filedownloader">
<component-menubar filename="${getFilename()}" class="${!hasMenubar && "hidden"}"></component-menubar>