Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 18, 2022
1 parent 2107bee commit 4e3aa08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FormView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const FormView = ({
var fields_to_send = [];
for (var key in fieldSchemaProperties) {
if (fieldSchemaProperties[key].send_to_backend) {
//send by default
fields_to_send.push(key);
}
}
Expand Down

0 comments on commit 4e3aa08

Please sign in to comment.