mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
[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"
|
type="button"
|
||||||
class="row-btn"
|
class="row-btn"
|
||||||
[ngClass]="{ disabled: disabledByPolicy }"
|
[ngClass]="{ disabled: disabledByPolicy }"
|
||||||
[attr.disabled]="!disabledByPolicy ? '' : null"
|
[attr.disabled]="disabledByPolicy ? '' : null"
|
||||||
appStopClick
|
appStopClick
|
||||||
appStopProp
|
appStopProp
|
||||||
appA11yTitle="{{ 'removePassword' | i18n }}"
|
appA11yTitle="{{ 'removePassword' | i18n }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user