Remove leftover debug flag

This commit is contained in:
Andrew Kingston 2023-12-14 15:49:32 +00:00
parent 16f98dd8f7
commit b5f369d595
1 changed files with 1 additions and 1 deletions

View File

@ -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