RED-10405 - fixed toggle disabled state.
This commit is contained in:
parent
87f7a8f394
commit
d730875a45
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user