1
0
Fork 0

feat(components): Added support for debug mode to DraftConfigurator

This commit is contained in:
Joost De Cock 2020-07-20 20:31:42 +02:00
parent d99fc77a9c
commit d038c10ad0
4 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,4 @@
import React from 'react'
import PatternOptionBool from '../PatternOptionBool'
export default (props) => <PatternOptionBool {...props} name="debug" />