RED-10405 - fixed toggle disabled state.

This commit is contained in:
Nicoleta Panaghiu 2024-11-21 17:27:25 +02:00
parent 87f7a8f394
commit d730875a45

View File

@ -321,7 +321,7 @@ export class FileActionsComponent {
id: 'btn-toggle_analysis',
type: ActionTypes.toggle,
action: () => this.#toggleAnalysis(),
disabled: !this.#canToggleAnalysis,
disabled: !this.#canToggleAnalysis(),
tooltip: this.#toggleTooltip(),
class: { 'mr-24': this.isDossierOverviewList() },
checked: !this.file().excluded,