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