diff --git a/components/ui/Button/Button.tsx b/components/ui/Button/Button.tsx index e7f3d89c1..684888efb 100644 --- a/components/ui/Button/Button.tsx +++ b/components/ui/Button/Button.tsx @@ -52,6 +52,7 @@ const Button: React.FC = forwardRef((props, buttonRef) => { data-variant={variant} ref={mergeRefs([ref, buttonRef])} className={rootClassName} + onClick={onClick} disabled={disabled} style={{ width,