RED-10405 - fixed toggle disabled state.
This commit is contained in:
parent
bceea2568b
commit
3898b46836
@ -320,7 +320,7 @@ export class FileActionsComponent {
|
|||||||
id: 'btn-toggle_analysis',
|
id: 'btn-toggle_analysis',
|
||||||
type: ActionTypes.toggle,
|
type: ActionTypes.toggle,
|
||||||
action: () => this.#toggleAnalysis(),
|
action: () => this.#toggleAnalysis(),
|
||||||
disabled: !this.#canToggleAnalysis,
|
disabled: !this.#canToggleAnalysis(),
|
||||||
tooltip: this.#toggleTooltip(),
|
tooltip: this.#toggleTooltip(),
|
||||||
class: { 'mr-24': this.isDossierOverviewList() },
|
class: { 'mr-24': this.isDossierOverviewList() },
|
||||||
checked: !this.file().excluded,
|
checked: !this.file().excluded,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user