main #25

Merged
jank merged 25 commits from main into prod 2025-03-15 18:06:22 +00:00
Showing only changes of commit b0744f94ad - Show all commits

View file

@ -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) => {