@capillarytech/creatives-library 8.0.22 → 8.0.24-alpha.0
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.
package/package.json
CHANGED
|
@@ -134,7 +134,7 @@ class FormBuilder extends React.Component { // eslint-disable-line react/prefer-
|
|
|
134
134
|
this.handleSetRadioValue = this.handleSetRadioValue.bind(this);
|
|
135
135
|
this.formElements = [];
|
|
136
136
|
// Check if the liquid flow feature is supported and the channel is in the supported list.
|
|
137
|
-
this.liquidFlow =
|
|
137
|
+
this.liquidFlow = Boolean(LIQUID_SUPPORTED_CHANNELS.includes(props?.schema?.channel?.toUpperCase()) && hasLiquidSupportFeature());
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
componentWillMount() {
|