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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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