Fix: Hardened types in analytics, hosted file upload, and QR scanner components
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
// *** Functions and Logic
|
||||
async function handle_submit_form_files(event: SubmitEvent) {
|
||||
async function handle_submit_form_files(event: Event) {
|
||||
console.log('*** handle_submit_form() ***');
|
||||
|
||||
if (!event) {
|
||||
|
||||
Reference in New Issue
Block a user