@fonixtree/magic-design 2.0.91 → 2.0.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.
@@ -229,7 +229,7 @@ function AffiliateStore(props) {
229
229
  }, []);
230
230
  var columns = [{
231
231
  title: 'Store ID',
232
- dataIndex: 'affiliateStoreId'
232
+ dataIndex: 'shopId'
233
233
  }, {
234
234
  title: 'Store Name',
235
235
  dataIndex: 'storeName'
@@ -229,7 +229,7 @@ function AffiliateStore(props) {
229
229
  }, []);
230
230
  var columns = [{
231
231
  title: 'Store ID',
232
- dataIndex: 'affiliateStoreId'
232
+ dataIndex: 'shopId'
233
233
  }, {
234
234
  title: 'Store Name',
235
235
  dataIndex: 'storeName'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.91",
4
+ "version": "2.0.93",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",