mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: implemented feedback
This commit is contained in:
@ -37,11 +37,10 @@ export const SignDialog = ({
|
||||
className="w-full"
|
||||
type="button"
|
||||
size="lg"
|
||||
variant={isComplete ? 'default' : 'outline'}
|
||||
onClick={fieldsValidated}
|
||||
loading={isSubmitting}
|
||||
>
|
||||
{isComplete ? 'Complete' : 'Fill fields'}
|
||||
{isComplete ? 'Complete' : 'Next field'}
|
||||
</Button>
|
||||
</DialogTrigger>
|
||||
<DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user