Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not pass a boolean for icons when saving
If the option is not set, and thus its value is the same as the default (false) remove it from the current object to avoid sending a boolean value that the backend does not expect. This was causing any save to return 500.
- Loading branch information