Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blueprints: Backfill themeData from themeZipFile
Follows up on d0cec49 to fix the check in an `if` statement. More context: #1793 introduced a directory resource type and changed the name of a few required parameters. Among others, the `themeZipFile` parameter in the `installTheme` changed to `themeData`. Unfortunately, the `compile()` function had a type and did not backfill the new required parameter using the older, well known `themeZipFile` parameter which caused Blueprint execution errors.
- Loading branch information