@capillarytech/creatives-library 7.17.92-alpha.0 → 7.17.93

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": "7.17.92-alpha.0",
4
+ "version": "7.17.93",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -214,7 +214,7 @@ class FormBuilder extends React.Component { // eslint-disable-line react/prefer-
214
214
  this.setState({usingTabContainer: true});
215
215
  }
216
216
  }
217
- //currentTab represents whether its Android or IOS tab , 1 for Android and 2 for IOS
217
+ //In Context of MPUSH currentTab represents whether its Android or IOS tab , 1 for Android and 2 for IOS
218
218
  if (nextProps.currentTab && _.get(this.props, 'schema.channel') === MOBILE_PUSH) {
219
219
  this.setState({currentTab: nextProps.currentTab});
220
220
  }