Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(editing): set false attribute values on update
Since we switched from Replace to Update, we now no longer set falsey attribute values (like the empty string `''` or `0`). This fixes that issue.
- Loading branch information