Fix: Resolve implicit any errors and missing properties in QR scanner and layout loads

This commit is contained in:
Scott Idem
2026-01-22 19:29:45 -05:00
parent b432a33cee
commit 555ecb043d
4 changed files with 9 additions and 11 deletions

View File

@@ -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';