Fix typescript errors
This commit is contained in:
@ -12,7 +12,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
filesIncomplete() {
|
||||
filesIncomplete() : boolean {
|
||||
return this.$data.transactionsFile == undefined || this.$data.assignmentsFile == undefined;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user