feat: disable loading button
This commit is contained in:
parent
32874d22b3
commit
b4fb66f5a7
|
|
@ -51,7 +51,7 @@ export const Button = React.forwardRef<
|
|||
{...props}
|
||||
ref={ref}
|
||||
type={type || "button"}
|
||||
disabled={isDisabled}
|
||||
disabled={isDisabled || isLoading}
|
||||
className={clsx(
|
||||
className,
|
||||
"button",
|
||||
|
|
|
|||
Loading…
Reference in New Issue