Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove document qualification should refresh UI
In the case where we remove the qualification it's necessary to define the attribute to `null` and not `undefined`, with `undefined` the stack does not return the attribute and today the Redux store is not updated for a missing attribute. As a result, the UI is not updated and continues to display the qualification on the document, even though it has been deleted in CouchDB.
- Loading branch information