Fixed build problem in frontend
This commit is contained in:
		@@ -38,7 +38,7 @@ function openBrowser() {
 | 
				
			|||||||
	fileInput.value?.click();
 | 
						fileInput.value?.click();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function browserChanged(event: InputEvent) {
 | 
					function browserChanged(event: Event) {
 | 
				
			||||||
	files.value = Array.from(
 | 
						files.value = Array.from(
 | 
				
			||||||
		(event.target as HTMLInputElement).files ?? []
 | 
							(event.target as HTMLInputElement).files ?? []
 | 
				
			||||||
	).map((file) => {
 | 
						).map((file) => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user