-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dal): export default values correctly
A bit of code left over from the old system (where default values were the attribute value for a prop at the schema variant context) was grabbing the first attribute value and making it the default for props if a component existed on export. This fixes it and fixes the export of default values for strings. Default values now can only be defined in the asset spec. Co-Authored-By: Paul Stack <paul@systeminit.com>
- Loading branch information
1 parent
f8fecca
commit b20aa9d
Showing
2 changed files
with
5 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters