1
0
Fork 0

Added support for loading defaults from recipe

This commit is contained in:
Joost De Cock 2019-07-24 21:58:29 +02:00
parent 391894b5a3
commit 3a20d35b56
6 changed files with 41 additions and 12 deletions

View file

@ -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}