@gingkoo/pandora-metabase 0.0.20 → 0.0.21

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.20
2
+ * @gingkoo/pandora-metabase v0.0.21
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import * as React from 'react';
@@ -5762,6 +5762,7 @@ const JoinData = props => {
5762
5762
  toolbar: subToolbar || toolbar,
5763
5763
  btnText: __('SqlQueryBuilder.confirm'),
5764
5764
  value: val,
5765
+ zIndex: 9999,
5765
5766
  onOk: newList => {
5766
5767
  try {
5767
5768
  // 子查询未改变不做操作