Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(thumbnail-view-defaults): Capture field_options not existing
There are three states we're targeting here: 1. A new view where the default should be that show_thumbnail is on 2. A previously saved view where they might have enabled or disabled show_thumbnail 3. An existing view that was there before these options were presented (no config options set) We want to make sure that the default behavior is that where appropriate cards display thumbnails by default until they opt out. This attempt to determine if there's no config at all (existing view before update) and sets the thumbnail option accordingly.
- Loading branch information