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.
@@ -56501,7 +56501,7 @@ var StudyCard = function (_a) {
56501
56501
  } },
56502
56502
  React__default.createElement(XOctagon$1, { style: { display: 'inline', margin: '0 5px 0 0' } }),
56503
56503
  " Cancel"),
56504
- React__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) {
56504
+ React__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) {
56505
56505
  setRetryLoading(true);
56506
56506
  e.stopPropagation();
56507
56507
  if (!study)