pollination-react-io 1.62.1 → 1.62.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
@@ -49581,7 +49581,8 @@ var FileCard = function (_a) {
49581
49581
  .catch(function () { return onClicked({ label: label, path: path, file: undefined, description: description, runId: runId }); });
49582
49582
  }
49583
49583
  else {
49584
- if (!isPanel) {
49584
+ // Some inputs has path == null
49585
+ if (!isPanel || !path) {
49585
49586
  setIsInactive(true);
49586
49587
  setCurrFile(undefined);
49587
49588
  setCADintegration(undefined);