Merge branch 'RED-10405' into 'master'

RED-10405 - fixed toggle disabled state.

See merge request redactmanager/red-ui!716
This commit is contained in:
Valentin-Gabriel Mihai 2024-11-21 16:32:45 +01:00
commit b7c820e87c

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,