feat(workbench): Added export
This commit is contained in:
parent
e260d9c634
commit
2473e225ed
6 changed files with 131 additions and 11 deletions
|
@ -93,11 +93,7 @@ const WorkbenchMenu = props => {
|
|||
{props.gist.renderer === 'react' && <Xray {...props} />}
|
||||
</>
|
||||
)}
|
||||
{props.gist?._state?.view === 'test' && (
|
||||
<>
|
||||
<TestDesignOptions {...props} />
|
||||
</>
|
||||
)}
|
||||
{props.gist?._state?.view === 'test' && <TestDesignOptions {...props} />}
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue