@capillarytech/creatives-library 2.0.87 → 2.0.88
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
|
@@ -1648,9 +1648,8 @@ export class Edit extends React.Component { // eslint-disable-line react/prefer-
|
|
|
1648
1648
|
}
|
|
1649
1649
|
this.setState({schema, initialState: this.state.initialState ? this.state.initialState : this.state.schema, isSchemaChanged: true});
|
|
1650
1650
|
this.injectEvents(schema);
|
|
1651
|
-
return schema;
|
|
1652
1651
|
}
|
|
1653
|
-
return
|
|
1652
|
+
return schema;
|
|
1654
1653
|
};
|
|
1655
1654
|
|
|
1656
1655
|
addSecondoryCtaIos = (flag, formData, schemaField) => {
|