Skip to content

Commit

Permalink
send the user back to vault after deleting from edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 committed Jan 14, 2025
1 parent d5e35cd commit 272c709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export class AddEditV2Component implements OnInit {
return false;

Check warning on line 377 in apps/browser/src/vault/popup/components/vault-v2/add-edit/add-edit-v2.component.ts

View check run for this annotation

Codecov / codecov/patch

apps/browser/src/vault/popup/components/vault-v2/add-edit/add-edit-v2.component.ts#L376-L377

Added lines #L376 - L377 were not covered by tests
}

await this.popupRouterCacheService.back();
await this.router.navigate([""]);

this.toastService.showToast({
variant: "success",
Expand Down

0 comments on commit 272c709

Please sign in to comment.