mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 09:16:46 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
37e7932529
commit
22166a1c76
1 changed files with 7 additions and 5 deletions
|
|
@ -101,11 +101,13 @@ export function StepToken({ onValidated, onNext, validated }: Props) {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-6 flex justify-end">
|
{state !== "success" && (
|
||||||
<Button onClick={onNext} disabled={state !== "success"}>
|
<div className="mt-6 flex justify-end">
|
||||||
Próximo
|
<Button onClick={onNext} disabled>
|
||||||
</Button>
|
Próximo
|
||||||
</div>
|
</Button>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue