pollination-react-io 1.80.0 → 1.80.1

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.
@@ -53801,7 +53801,7 @@ var SendResults = function (_a) {
53801
53801
  disabled && React__default.createElement("span", { style: { color: 'red' } }, "Enabled in Pollination CAD plugins"),
53802
53802
  (currOption === null || currOption === void 0 ? void 0 : currOption.id)
53803
53803
  && ((currOption === null || currOption === void 0 ? void 0 : currOption.id) === Action.preview || (currOption === null || currOption === void 0 ? void 0 : currOption.id) === Action.subscribePreview)
53804
- && dataSets.length > 1 && (dataSets === null || dataSets === void 0 ? void 0 : dataSets.map(function (d) {
53804
+ && dataSets.length >= 1 && (dataSets === null || dataSets === void 0 ? void 0 : dataSets.map(function (d) {
53805
53805
  var _a, _b;
53806
53806
  return React__default.createElement(BaseDropdown, { childOverlayStyle: {
53807
53807
  width: 'auto',
@@ -55601,7 +55601,7 @@ var RunCard = function (_a) {
55601
55601
  window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/?tab=local+studies");
55602
55602
  }
55603
55603
  }, style: hover.project ? { all: 'unset', cursor: 'pointer', color: '#40a9ff' } : { all: 'unset', cursor: 'pointer' } }, projectName !== null && projectName !== void 0 ? projectName : '--',
55604
- localRun && React__default.createElement(Tag, { style: { display: 'inline', marginLeft: '5px' } }, "local"))),
55604
+ localRun && React__default.createElement(Tag, { style: { display: 'inline', marginLeft: '5px', fontSize: '11px' } }, "local"))),
55605
55605
  React__default.createElement("div", { className: 'item2' },
55606
55606
  React__default.createElement("div", null,
55607
55607
  !localRun && (!isReady || !study) && React__default.createElement(LoadingOutlined$1, { style: { margin: '0 10px 0 0' } }),