send deletedCipher message

This commit is contained in:
Kyle Spearrin 2019-02-22 15:36:03 -05:00
parent 3bdfc2bace
commit d0a0da8ee9
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ export class AddEditComponent implements OnInit {
this.platformUtilsService.eventTrack('Deleted Cipher');
this.platformUtilsService.showToast('success', null, this.i18nService.t('deletedItem'));
this.onDeletedCipher.emit(this.cipher);
this.messagingService.send('deletedCipher');
} catch { }
return true;