@gingkoo/pandora-metabase 1.0.60 → 1.0.61

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.
@@ -94,7 +94,8 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
94
94
  return v.tableUuid === tableUuid;
95
95
  });
96
96
  if (isHas.length < 1) {
97
- tableUuid = data[0].tableUuid;
97
+ var _data$;
98
+ tableUuid = (_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.tableUuid;
98
99
  }
99
100
  setCurTable(tableUuid);
100
101
  setTableList(data.map(function (v, i) {
@@ -86,7 +86,8 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
86
86
  return v.tableUuid === tableUuid;
87
87
  });
88
88
  if (isHas.length < 1) {
89
- tableUuid = data[0].tableUuid;
89
+ var _data$;
90
+ tableUuid = (_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.tableUuid;
90
91
  }
91
92
  setCurTable(tableUuid);
92
93
  setTableList(data.map(function (v, i) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",