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