Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Jun 15, 2023
1 parent 0fcad33 commit 639ce20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vueapp/components/Videos/VideoUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ export default {
this.uploadProgress = null;
this.$emit('cancel');
}
}
},
Expand Down Expand Up @@ -387,7 +386,7 @@ export default {
let flavor = event.target.attributes['data-flavor'].value;
this.files[flavor] = event.target.files;
}
,
},
mounted() {
this.$store.dispatch('authenticateLti');
Expand Down

0 comments on commit 639ce20

Please sign in to comment.