pollination-react-io 1.73.2 → 1.73.4

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.
@@ -47064,12 +47064,12 @@ var SendModel = function (_a) {
47064
47064
  };
47065
47065
  }, [disabled, hbjson, key, selOpt, sendHbjson]);
47066
47066
  var helpTextButton = {
47067
- add: "Add model to the ".concat(host, " viewport"),
47068
- preview: "Preview model in the ".concat(host, " viewport"),
47069
- delete: "Delete model from the ".concat(host, " viewport"),
47070
- clear: "Clear model from the ".concat(host, " viewport"),
47071
- replace: "Replace model from the ".concat(host, " viewport"),
47072
- 'subscribe-preview': "Render model in the ".concat(host, " viewport"),
47067
+ add: "Add the model to the ".concat(host, " viewport"),
47068
+ preview: "Preview the model in the ".concat(host, " viewport"),
47069
+ delete: "Delete the model from the ".concat(host, " viewport"),
47070
+ clear: "Clear the model from the ".concat(host, " viewport"),
47071
+ replace: "Replace the model in the ".concat(host, " viewport"),
47072
+ 'subscribe-preview': "Render the model in the ".concat(host, " viewport"),
47073
47073
  };
47074
47074
  return (React__default.createElement(SettingsButton, { style: style, disabled: disabled, onClick: function (e) {
47075
47075
  e.stopPropagation();
@@ -48816,7 +48816,7 @@ var StudyCard = function (_a) {
48816
48816
  * From job to run
48817
48817
  */
48818
48818
  var _12 = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
48819
- revalidateOnFocus: false,
48819
+ revalidateOnFocus: true,
48820
48820
  refreshInterval: stopRefresh ? undefined : interval,
48821
48821
  fallbackData: _study,
48822
48822
  errorRetryCount: 3,
@@ -49126,7 +49126,7 @@ var RunCard = function (_a) {
49126
49126
  * From run and stop when it is done
49127
49127
  */
49128
49128
  var _9 = useSWR(authUser && _run ? (!localRun ? [projectOwner, projectName, _run.id] : [_run.id, _run['subfolder']]) : undefined, localRun ? fetchLocalRun : fetchRun, {
49129
- revalidateOnFocus: false,
49129
+ revalidateOnFocus: true,
49130
49130
  refreshInterval: stopRefresh ? undefined : interval,
49131
49131
  fallbackData: localRun ? undefined : _run,
49132
49132
  errorRetryCount: 3,