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>
|
||||
|
||||
{state !== "success" && (
|
||||
<div className="mt-6 flex justify-end">
|
||||
<Button onClick={onNext} disabled={state !== "success"}>
|
||||
<Button onClick={onNext} disabled>
|
||||
Próximo
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue