@asdp/ferryui 0.1.22-dev.10189 → 0.1.22-dev.10194

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/dist/index.js CHANGED
@@ -8388,7 +8388,7 @@ var ModalTotalPassengers = ({
8388
8388
  size: "medium",
8389
8389
  className: styles.submitButton,
8390
8390
  onClick: handleSave,
8391
- disabled: totalPassengerCount === 0,
8391
+ disabled: totalPassengerCount === 0 || companionWarnings.size > 0,
8392
8392
  children: mergedLabels.saveButton
8393
8393
  }
8394
8394
  )