@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.mjs CHANGED
@@ -8379,7 +8379,7 @@ var ModalTotalPassengers = ({
8379
8379
  size: "medium",
8380
8380
  className: styles.submitButton,
8381
8381
  onClick: handleSave,
8382
- disabled: totalPassengerCount === 0,
8382
+ disabled: totalPassengerCount === 0 || companionWarnings.size > 0,
8383
8383
  children: mergedLabels.saveButton
8384
8384
  }
8385
8385
  )