Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-22 17:28:36 +00:00
parent c65eea1e38
commit be2c9a2f6c
8 changed files with 16 additions and 16 deletions

View file

@ -149,7 +149,7 @@ function CronjobDetailPage() {
))}
</ul>
<Button asChild size="sm" variant="outline" className="mt-3">
<Link to="/painel/integracoes">Conectar agora</Link>
<Link to="/painel/integracoes" search={{}}>Conectar agora</Link>
</Button>
</div>
)}