LP1823041 Observable dialogs repairs and cleanup
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / share / holds / retarget-dialog.component.html
index 37d349d..b24a63e 100644 (file)
@@ -9,7 +9,7 @@
         <span i18n>Retarget Hold</span>
       </h4>
       <button type="button" class="close"
-        i18n-aria-label aria-label="Close" (click)="dismiss('cross_click')">
+        i18n-aria-label aria-label="Close" (click)="close()">
         <span aria-hidden="true">&times;</span>
       </button>
     </div>
@@ -33,9 +33,9 @@
     <div class="modal-footer">
       <ng-container *ngIf="!chargeResponse">
         <button type="button" class="btn btn-warning"
-          (click)="dismiss('canceled')" i18n>Cancel</button>
+          (click)="close()" i18n>Cancel</button>
         <button type="button" class="btn btn-success"
           (click)="retargetBatch()" i18n>Retarget</button>
       </ng-container>
     </div>
-  </ng-template>
\ No newline at end of file
+  </ng-template>