feat(shared): Added lookups to inspector
This commit is contained in:
parent
b174eff5f8
commit
7d7d7549c7
6 changed files with 289 additions and 229 deletions
|
@ -21,6 +21,7 @@ export const DraftMenu = ({
|
|||
account,
|
||||
DynamicDocs,
|
||||
inspector = false,
|
||||
renderProps,
|
||||
}) => {
|
||||
const control = account.control
|
||||
const menuProps = {
|
||||
|
@ -36,7 +37,7 @@ export const DraftMenu = ({
|
|||
|
||||
return (
|
||||
<nav className="grow mb-12">
|
||||
{ui.inspect ? <Inspector {...menuProps} {...{ ui, inspector }} /> : null}
|
||||
{ui.inspect ? <Inspector {...menuProps} {...{ ui, inspector, renderProps }} /> : null}
|
||||
<DesignOptions {...menuProps} />
|
||||
<CoreSettings {...menuProps} />
|
||||
<UiSettings {...menuProps} ui={ui} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue