diff --git a/resources/vue/components/courseware/structural-element/CoursewareStructuralElementDialogExport.vue b/resources/vue/components/courseware/structural-element/CoursewareStructuralElementDialogExport.vue index 914ebf5e8bb1dba2d68863a7c382ad33db3be48c..0058845caa0e3bba7e030bd776f28d1a639a65bd 100644 --- a/resources/vue/components/courseware/structural-element/CoursewareStructuralElementDialogExport.vue +++ b/resources/vue/components/courseware/structural-element/CoursewareStructuralElementDialogExport.vue @@ -7,7 +7,7 @@ closeClass="cancel" height="350" @close="showElementExportDialog(false)" - @confirm="exportStructuralElement" + @confirm="exportStructuralElementAction" > <template v-slot:dialogContent> <div v-show="!exportRunning"> @@ -75,7 +75,7 @@ export default { ...mapActions({ showElementExportDialog: 'showElementExportDialog', }), - async exportStructuralElement(data) { + async exportStructuralElementAction(data) { if (this.exportRunning) { return; }