ally: disable btns styling, auto focus forms fields

This commit is contained in:
MTG2000
2022-05-07 16:49:11 +03:00
parent 7e7537bbd9
commit ca8eec9605
6 changed files with 10 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ export default function Button({ color = 'white',
type='button'
className={`${classes} ${className}`}
onClick={() => handleClick()}
disabled={disabled}
{...props}
>
{/* {isLoading ? <Loading color={loadingColor[color]} /> : children} */}