forked from jsnbuchanan/crowd-funder-for-time-pwa
add more type casts
This commit is contained in:
@@ -1092,7 +1092,7 @@ export default class AccountViewView extends Vue {
|
||||
}
|
||||
|
||||
async uploadImportFile(event: Event) {
|
||||
inputImportFileNameRef.value = event.target.files[0];
|
||||
inputImportFileNameRef.value = (event.target as EventTarget).files[0];
|
||||
}
|
||||
|
||||
showContactImport() {
|
||||
|
||||
Reference in New Issue
Block a user