Fix typescript errors

This commit is contained in:
2022-02-11 22:18:00 +00:00
parent 1af69b047d
commit cd0b370b50
4 changed files with 36 additions and 31 deletions

View File

@ -12,7 +12,7 @@ export default defineComponent({
}
},
computed: {
filesIncomplete() {
filesIncomplete() : boolean {
return this.$data.transactionsFile == undefined || this.$data.assignmentsFile == undefined;
}
},