chore(shared): Changes for recent core changes
This commit is contained in:
parent
f31a158398
commit
31a28d2faa
16 changed files with 56 additions and 58 deletions
|
@ -11,7 +11,7 @@ const DesignOptions = props => {
|
|||
const Option = props.Option
|
||||
? props.Option
|
||||
: OptionComponent
|
||||
const optionsMenu = optionsMenuStructure(props.design.config.options)
|
||||
const optionsMenu = optionsMenuStructure(props.design.patternConfig.options)
|
||||
|
||||
return (
|
||||
<Details open>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue