sellmate-design-system-react 1.2.0 → 2.0.0

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.
@@ -3379,10 +3379,7 @@ function SActionModal({
3379
3379
  outline: button.outline,
3380
3380
  size: button.size ?? "md",
3381
3381
  disabled: button.disabled,
3382
- onClick: () => {
3383
- button.onClick?.();
3384
- onOpenChange?.(false);
3385
- },
3382
+ onClick: () => button.onClick?.(),
3386
3383
  label: button.label ?? "\uD655\uC778"
3387
3384
  }
3388
3385
  )