🚧 Added noDocs option to DraftConfigurator for workbench
This commit is contained in:
parent
1d7fdaa7e2
commit
9e89e0d27c
15 changed files with 33 additions and 14 deletions
|
@ -49,7 +49,8 @@ const DraftSettings = props => {
|
|||
units: props.units,
|
||||
key: setting,
|
||||
name: setting,
|
||||
labels: labels[setting]
|
||||
labels: labels[setting],
|
||||
noDocs: props.noDocs
|
||||
};
|
||||
childProps.title = (
|
||||
<FormattedMessage id={"settings." + setting + ".title"} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue