Fixed build problem in frontend
This commit is contained in:
parent
16876e090d
commit
95f921554b
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user