@gingkoo/pandora-metabase 1.0.0-alpha.29 → 1.0.0-alpha.30
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/lib/es/index.js +2 -2
- package/lib/es/index.js.map +1 -1
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @gingkoo/pandora-metabase v1.0.0-alpha.
|
|
2
|
+
* @gingkoo/pandora-metabase v1.0.0-alpha.30
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -4132,7 +4132,7 @@ const SelectJoinColumn = ({
|
|
|
4132
4132
|
className: cx(`Sqb-List-section`),
|
|
4133
4133
|
children: jsxs("div", {
|
|
4134
4134
|
className: cx(`Sqb-List-item mx-2`, {
|
|
4135
|
-
active: curColumn === name && curTable ===
|
|
4135
|
+
active: curColumn === name && curTable === tableUuid
|
|
4136
4136
|
}),
|
|
4137
4137
|
onClick: () => {
|
|
4138
4138
|
if (isGroup && typeof onGroup === 'function') {
|