Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
pdo-axelor committed Oct 14, 2019
1 parent 18df4a7 commit 03a8686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axelor-web/src/main/webapp/js/form/form.converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
return value;
}

function canSetNested(record, name) {
if (record && name && name in record) {
return true;
Expand Down

0 comments on commit 03a8686

Please sign in to comment.