bhl-forms 0.6.13 → 0.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4455,7 +4455,6 @@ const formKitNode = schema.find(item => item.$cmp === "FormKit");
|
|
|
4455
4455
|
// HACK: need to update both to mimic formProps behavior
|
|
4456
4456
|
formKitNode.props.name = 'generalLegalPopUnderSingle';
|
|
4457
4457
|
formKitNode.props.formId = 'generalLegalPopUnderSingle';
|
|
4458
|
-
|
|
4459
4458
|
formKitNode.props.popUnderMap = {
|
|
4460
4459
|
'*': '/thank-you'
|
|
4461
4460
|
};
|