oa-componentbook 1.0.1-stage.408 → 1.0.1-stage.409

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.
@@ -166,7 +166,7 @@ function GenricLayOut(_ref) {
166
166
  type: _layoutReducer.actionTypes.SET_LOADING,
167
167
  payload: true
168
168
  });
169
- console.log('here');
169
+ console.log("here");
170
170
  console.log(config === null || config === void 0 ? void 0 : config.misc, "config?.misc");
171
171
  if (getInitialData) {
172
172
  var _config$tabs, _config$misc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.408",
3
+ "version": "1.0.1-stage.409",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",