mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
loading state send bug
This commit is contained in:
@ -41,7 +41,7 @@ export function Button(props: any) {
|
||||
props.className
|
||||
)}
|
||||
onClick={props.onClick}
|
||||
disabled={props.disabled}
|
||||
disabled={props.disabled || props.loading}
|
||||
hidden={props.hidden}
|
||||
>
|
||||
{props.icon ? (
|
||||
|
||||
Reference in New Issue
Block a user