mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
fix (ci): broken ci
This commit is contained in:
parent
f4a99c4ad6
commit
4c020e93b2
2 changed files with 1 additions and 2 deletions
|
|
@ -82,7 +82,6 @@ export function expandSelection() {
|
|||
arr[i] = { path };
|
||||
i += 1;
|
||||
}
|
||||
// console.log(JSON.stringify(arr, null, 2));
|
||||
return arr;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue