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.
@@ -49555,7 +49555,8 @@ var FileCard = function (_a) {
49555
49555
  .catch(function () { return onClicked({ label: label, path: path, file: undefined, description: description, runId: runId }); });
49556
49556
  }
49557
49557
  else {
49558
- if (!isPanel) {
49558
+ // Some inputs has path == null
49559
+ if (!isPanel || !path) {
49559
49560
  setIsInactive(true);
49560
49561
  setCurrFile(undefined);
49561
49562
  setCADintegration(undefined);