feat(components): Added support for debug mode to DraftConfigurator
This commit is contained in:
parent
d99fc77a9c
commit
d038c10ad0
4 changed files with 37 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
import React from 'react'
|
||||
import PatternOptionBool from '../PatternOptionBool'
|
||||
|
||||
export default (props) => <PatternOptionBool {...props} name="debug" />
|
Loading…
Add table
Add a link
Reference in a new issue