This commit is contained in:
Adina Țeudan 2021-06-03 14:46:51 +03:00
parent d264d937fb
commit 8d66627dfc

View File

@ -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"