@asdp/ferryui 0.1.22-dev.9831 → 0.1.22-dev.9838

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
@@ -9587,7 +9587,16 @@ var ModalFilterTicket = ({
9587
9587
  children: mergedLabels.resetButton
9588
9588
  }
9589
9589
  ),
9590
- /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Button, { appearance: "primary", onClick: onApply, shape: "circular", children: mergedLabels.applyButton })
9590
+ /* @__PURE__ */ jsxRuntime.jsx(
9591
+ reactComponents.Button,
9592
+ {
9593
+ appearance: "primary",
9594
+ disabled: selectedServiceTypes.length === 0,
9595
+ onClick: onApply,
9596
+ shape: "circular",
9597
+ children: mergedLabels.applyButton
9598
+ }
9599
+ )
9591
9600
  ] })
9592
9601
  ] }) }) });
9593
9602
  };