Fixed build problem in frontend

This commit is contained in:
Mutzi 2022-09-03 23:58:19 +02:00
parent 16876e090d
commit 95f921554b

View File

@ -38,7 +38,7 @@ function openBrowser() {
fileInput.value?.click();
}
function browserChanged(event: InputEvent) {
function browserChanged(event: Event) {
files.value = Array.from(
(event.target as HTMLInputElement).files ?? []
).map((file) => {