fix: include tracked ui components for CI

This commit is contained in:
2026-05-10 10:25:34 +09:00
parent c32214e714
commit ea0f65a02b
11 changed files with 280 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ function ConnectAccountDialog() {
return (
<Dialog
open={open}
onOpenChange={(next) => {
onOpenChange={(next: boolean) => {
setOpen(next);
if (!next && isPendingAttempt && attemptId) {
cancelMutation.mutate(attemptId);