🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    ui/src/app/business/setting/registry-setting/registry-delete/registry-delete.component.ts
    skipped 38 lines
    39 39   this.deleted.emit();
    40 40   this.opened = false;
    41 41   this.commonAlertService.showAlert(this.translateService.instant('APP_DELETE_SUCCESS'), AlertLevels.SUCCESS);
     42 + window.location.reload();
    42 43   }, error => {
    43 44   this.opened = false;
    44 45   this.commonAlertService.showAlert(error.error.msg, AlertLevels.ERROR);
    skipped 5 lines
Please wait...
Page is in error, reload to recover