Skip to content

Commit

Permalink
fix(form): fix removing of empty answers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener authored and czosel committed Jul 8, 2019
1 parent c2a0d5a commit bd6eb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/lib/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export default Base.extend(Evented, {
}

this.set("raw.answer", response);
this.set("answer.raw", response);

return response;
}).restartable(),
Expand Down

0 comments on commit bd6eb15

Please sign in to comment.