@gingkoo/pandora-metabase 0.0.26 → 0.0.27

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @gingkoo/pandora-metabase v0.0.26
2
+ * @gingkoo/pandora-metabase v0.0.27
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import * as React from 'react';
@@ -4514,7 +4514,7 @@ const SelectFilterColumn = ({
4514
4514
  notSelected: !table2Selected
4515
4515
  }),
4516
4516
  onClick: selectTable,
4517
- children: table2Selected ? `${curColumn.table2?.datasourceName}.${curColumn.table2?.name}` : __('SqlQueryBuilder.pickTable')
4517
+ children: table2Selected ? `${curColumn.table2?.name}` : __('SqlQueryBuilder.pickTable')
4518
4518
  }) : jsx("div", {
4519
4519
  className: 'content_l',
4520
4520
  children: renderFilter(type, condition)