Fix
This commit is contained in:
parent
d264d937fb
commit
8d66627dfc
@ -66,7 +66,7 @@
|
||||
(action)="reanalyseDossier()"
|
||||
*ngIf="permissionsService.displayReanalyseBtn()"
|
||||
[disabled]="areSomeEntitiesSelected"
|
||||
[tooltipClass]="'small ' + areSomeEntitiesSelected ? '' : 'warn'"
|
||||
[tooltipClass]="'small ' + (areSomeEntitiesSelected ? '' : 'warn')"
|
||||
[tooltip]="'dossier-overview.new-rule.toast.actions.reanalyse-all'"
|
||||
icon="red:refresh"
|
||||
tooltipPosition="below"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user