Fix: Resolve implicit any errors and missing properties in QR scanner and layout loads
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
console.log('** Element Mounted: ** Element Input File');
|
||||
});
|
||||
|
||||
async function process_file_list(file_list) {
|
||||
async function process_file_list(file_list: FileList) {
|
||||
console.log('*** process_file_list() ***');
|
||||
|
||||
file_list_status = 'processing';
|
||||
|
||||
Reference in New Issue
Block a user