✨ Added support for loading defaults from recipe
This commit is contained in:
parent
391894b5a3
commit
3a20d35b56
6 changed files with 41 additions and 12 deletions
|
@ -28,6 +28,7 @@ const PatternOptions = props => {
|
|||
units={props.units}
|
||||
config={props.config}
|
||||
gist={props.gist}
|
||||
recipe={props.recipe}
|
||||
options={props.config.optionGroups[group]}
|
||||
updateValue={props.updateValue}
|
||||
raiseEvent={props.raiseEvent}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue