This commit is contained in:
Andrei Prigorshnev 2024-04-02 00:00:28 +04:00
parent 4e943dd6ac
commit 0b3ff43f2e
No known key found for this signature in database
GPG Key ID: 185E0A5F45783902
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ export default class Assignment extends Component {
@service siteSettings;
@service taskActions;
@tracked assignee = this.args.model.username || this.args.model.group_name;
constructor() {
super(...arguments);
}