Skip to content
Snippets Groups Projects
Commit c5ca9251 authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #344

parent 5cea8f9d
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ export default {
attributes.payload.file_id = '';
attributes.payload.web_url = '';
attributes.payload.folder_id = '';
attributes.payload.recorder_enabled = 'false';
attributes.payload.recorder_enabled = false;
if (this.currentSource === 'studip_file') {
attributes.payload.file_id = this.currentFileId;
} else if (this.currentSource === 'web') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment