1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

delete item button

This commit is contained in:
Kyle Spearrin
2018-04-11 16:23:05 -04:00
parent 83fe3442d3
commit 72177644ad
3 changed files with 23 additions and 0 deletions

View File

@@ -100,4 +100,9 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
}
return confirmed;
}
async delete() {
await super.delete();
this.router.navigate(['/tabs/vault']);
}
}