[PS-569] Fix sends having the inverse condition for disabled (#2675)
This commit is contained in:
parent
c260464f96
commit
894903cc02
|
@ -75,7 +75,7 @@
|
|||
type="button"
|
||||
class="row-btn"
|
||||
[ngClass]="{ disabled: disabledByPolicy }"
|
||||
[attr.disabled]="!disabledByPolicy ? '' : null"
|
||||
[attr.disabled]="disabledByPolicy ? '' : null"
|
||||
appStopClick
|
||||
appStopProp
|
||||
appA11yTitle="{{ 'removePassword' | i18n }}"
|
||||
|
|
Loading…
Reference in New Issue