Browse Source

Fix confirm dialog.

pull/691/head
Sebastian 5 years ago
parent
commit
a435350e92
  1. 2
      frontend/app/framework/angular/forms/focus-on-init.directive.ts
  2. 2
      frontend/app/framework/angular/modals/dialog-renderer.component.html

2
frontend/app/framework/angular/forms/focus-on-init.directive.ts

@ -24,7 +24,7 @@ export class FocusOnInitDirective implements AfterViewInit {
}
public ngAfterViewInit() {
if (!this.enabled) {
if (this.enabled === false) {
return;
}

2
frontend/app/framework/angular/modals/dialog-renderer.component.html

@ -19,7 +19,7 @@
</ng-container>
<ng-container footer>
<button type="button" class="btn btn-text-secondary2" (click)="cancel()">
<button type="button" class="btn btn-text-secondary" (click)="cancel()">
{{ 'common.no' | sqxTranslate }}
</button>

Loading…
Cancel
Save