Skip to content

Commit

Permalink
fix copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Nov 6, 2018
1 parent 550dc43 commit 3bafc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/editorMixins/editableForm.es6
Expand Up @@ -313,7 +313,7 @@ export default assign({
if (this.state.asset) {
surveyJSON = unnullifyTranslations(surveyJSON, this.state.asset.content);
}
let params = {content: surveyJSON};
let params = {source: surveyJSON};

params = koboMatrixParser(params);

Expand Down

0 comments on commit 3bafc75

Please sign in to comment.