pollination-react-io 1.26.1 → 1.26.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.
@@ -41778,6 +41778,8 @@ var SelectProject = function (_a) {
41778
41778
  if (lodash_isequal(valueRef.current, selProject)) {
41779
41779
  return;
41780
41780
  }
41781
+ if (selProject == null)
41782
+ return;
41781
41783
  if (selProject && selProject.name) {
41782
41784
  comboBoxRef.current.setInputValue(selProject.name);
41783
41785
  }