diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index ef72234..6b8fee8 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -54,6 +54,7 @@ export class DashboardComponent { description: 'Are you sure that you want to open ' + link.link + ' now?', }, + autoFocus: false, }) .afterClosed() .subscribe((accepted: Boolean) => { @@ -83,6 +84,7 @@ export class DashboardComponent { description: 'Are you sure that you want to delete ' + link.name + '?', }, + autoFocus: false, }) .afterClosed() .subscribe((accepted: boolean) => {