1
0
Fork 0

🚧 Added noDocs option to DraftConfigurator for workbench

This commit is contained in:
Joost De Cock 2019-05-10 10:53:34 +02:00
parent 1d7fdaa7e2
commit 9e89e0d27c
15 changed files with 33 additions and 14 deletions

View file

@ -115,6 +115,7 @@ const DraftPattern = props => {
</p>
)}
<DraftConfigurator
noDocs
config={props.config}
gist={props.gist}
updateGist={props.updateGist}