Skip to content
Snippets Groups Projects
Commit eb946e14 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

Courseware: "Error: Undefined data type" im Block "Ziele"

Closes #3181

Merge request studip/studip!3302
parent a03e83d4
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ export default {
return this.$gettext('Berufliches Ziel');
}
throw new Error('Undefined data type ' + this.currentData.type);
return '';
},
},
mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment