|
@@ -132,7 +132,7 @@ function CreativeModal(props: Props) {
|
|
if(newValues?.overrideCanvasHeadOption?.length === 1 && newValues?.overrideCanvasHeadOption[0] === 'OPTION_CREATIVE_OVERRIDE_CANVAS'){
|
|
if(newValues?.overrideCanvasHeadOption?.length === 1 && newValues?.overrideCanvasHeadOption[0] === 'OPTION_CREATIVE_OVERRIDE_CANVAS'){
|
|
newValues.overrideCanvasHeadOption = 'OPTION_CREATIVE_OVERRIDE_CANVAS'
|
|
newValues.overrideCanvasHeadOption = 'OPTION_CREATIVE_OVERRIDE_CANVAS'
|
|
}
|
|
}
|
|
- // callback(newValues)
|
|
|
|
|
|
+ callback(newValues)
|
|
})
|
|
})
|
|
// PupFn({ visible: false })
|
|
// PupFn({ visible: false })
|
|
}, [form, materialConfig])
|
|
}, [form, materialConfig])
|