Skip to content

Commit

Permalink
Close synchronization modal before setting up synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed May 22, 2024
1 parent a52c8a1 commit 7f85b87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ export class SynchronizationModalComponent implements OnInit {
} else {
console.error(err);
}
return;
return;
}

this.activeModal.close();

this.syncTarget = this.settings.syncTargets[this.settings.selectedProject];
await this.settingsService.setupSync();

this.activeModal.close();
}


Expand Down

0 comments on commit 7f85b87

Please sign in to comment.