@gingkoo/pandora-metabase 1.0.133 → 1.0.134
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.
|
@@ -284,11 +284,6 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
|
|
|
284
284
|
if (isGroup) {
|
|
285
285
|
changeValue(tableUuid);
|
|
286
286
|
}
|
|
287
|
-
if (tableUuid !== curTable) {
|
|
288
|
-
setCurTable(tableUuid);
|
|
289
|
-
setValue([]);
|
|
290
|
-
onSelect === null || onSelect === void 0 || onSelect([], '');
|
|
291
|
-
}
|
|
292
287
|
if (!isMultiple) return void 0;
|
|
293
288
|
var newTables = (0, _cloneDeep["default"])(tableList);
|
|
294
289
|
if (open) {
|
|
@@ -278,11 +278,6 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
|
|
|
278
278
|
if (isGroup) {
|
|
279
279
|
changeValue(tableUuid);
|
|
280
280
|
}
|
|
281
|
-
if (tableUuid !== curTable) {
|
|
282
|
-
setCurTable(tableUuid);
|
|
283
|
-
setValue([]);
|
|
284
|
-
onSelect === null || onSelect === void 0 || onSelect([], '');
|
|
285
|
-
}
|
|
286
281
|
if (!isMultiple) return void 0;
|
|
287
282
|
var newTables = cloneDeep(tableList);
|
|
288
283
|
if (open) {
|