@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "2.0.87",
4
+ "version": "2.0.88",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -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 true;
1652
+ return schema;
1654
1653
  };
1655
1654
 
1656
1655
  addSecondoryCtaIos = (flag, formData, schemaField) => {