@gingkoo/pandora-metabase 1.0.113 → 1.0.114
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.
|
@@ -828,7 +828,7 @@ var FormulaList = (0, _react.forwardRef)(function (props, ref) {
|
|
|
828
828
|
var listSource = (currentOtherType === null || currentOtherType === void 0 ? void 0 : currentOtherType.list) || [];
|
|
829
829
|
return (0, _jsxRuntime.jsx)(_itemName["default"], {
|
|
830
830
|
isError: !!(v.id || v.val) && !(0, _utils3.getConstantLabel)(listSource, v.id || v.val),
|
|
831
|
-
message: "\
|
|
831
|
+
message: "".concat(currentOtherType === null || currentOtherType === void 0 ? void 0 : currentOtherType.label, "\u4E22\u5931"),
|
|
832
832
|
children: (0, _jsxRuntime.jsxs)("div", {
|
|
833
833
|
className: (0, _classnames["default"])("Sqb-TableName", {
|
|
834
834
|
notSelected: !v.val
|
|
@@ -820,7 +820,7 @@ var FormulaList = forwardRef(function (props, ref) {
|
|
|
820
820
|
var listSource = (currentOtherType === null || currentOtherType === void 0 ? void 0 : currentOtherType.list) || [];
|
|
821
821
|
return _jsx(ItemName, {
|
|
822
822
|
isError: !!(v.id || v.val) && !getConstantLabel(listSource, v.id || v.val),
|
|
823
|
-
message: "\
|
|
823
|
+
message: "".concat(currentOtherType === null || currentOtherType === void 0 ? void 0 : currentOtherType.label, "\u4E22\u5931"),
|
|
824
824
|
children: _jsxs("div", {
|
|
825
825
|
className: cx("Sqb-TableName", {
|
|
826
826
|
notSelected: !v.val
|