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