fix: include tracked ui components for CI
This commit is contained in:
@@ -384,7 +384,7 @@ function ConnectAccountDialog() {
|
||||
return (
|
||||
<Dialog
|
||||
open={open}
|
||||
onOpenChange={(next) => {
|
||||
onOpenChange={(next: boolean) => {
|
||||
setOpen(next);
|
||||
if (!next && isPendingAttempt && attemptId) {
|
||||
cancelMutation.mutate(attemptId);
|
||||
|
||||
Reference in New Issue
Block a user