Remove leftover debug flag
This commit is contained in:
parent
16f98dd8f7
commit
b5f369d595
|
@ -241,7 +241,7 @@ export const buildFormBlockButtonConfig = props => {
|
|||
return defaultButtons
|
||||
}
|
||||
|
||||
export const buildMultiStepFormBlockDefaultProps = (props, log = false) => {
|
||||
export const buildMultiStepFormBlockDefaultProps = props => {
|
||||
const { _id, stepCount, currentStep, actionType, dataSource } = props || {}
|
||||
|
||||
// Sanity check
|
||||
|
|
Loading…
Reference in New Issue