pollination-react-io 1.96.1 → 1.96.2

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/build/index.js CHANGED
@@ -56528,7 +56528,7 @@ var StudyCard = function (_a) {
56528
56528
  } },
56529
56529
  React__default["default"].createElement(XOctagon$1, { style: { display: 'inline', margin: '0 5px 0 0' } }),
56530
56530
  " Cancel"),
56531
- React__default["default"].createElement(Button, { style: (width > 600) ? { display: 'inline' } : { display: 'inline', float: 'left' }, disabled: !study || (study.status.runs_cancelled == 0 || study.status.runs_failed == 0), loading: retryLoading, onClick: function (e) {
56531
+ React__default["default"].createElement(Button, { style: (width > 600) ? { display: 'inline' } : { display: 'inline', float: 'left' }, disabled: !study || (study.status.runs_cancelled == 0 && study.status.runs_failed == 0), loading: retryLoading, onClick: function (e) {
56532
56532
  setRetryLoading(true);
56533
56533
  e.stopPropagation();
56534
56534
  if (!study)