Revert "[AAE-19372] fix assignee input not being clickable" (#9230)

This commit is contained in:
Wojciech Duda
2024-01-12 19:02:16 +01:00
committed by GitHub
parent f685f92a62
commit 4e328ea726

View File

@@ -147,7 +147,6 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges {
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE', label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE',
value: this.taskDetails.assignee, value: this.taskDetails.assignee,
key: 'assignee', key: 'assignee',
editable: this.isTaskEditable(),
clickable: this.isAssigneePropertyClickable(), clickable: this.isAssigneePropertyClickable(),
default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE_DEFAULT'), default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE_DEFAULT'),
icon: 'create' icon: 'create'