Drop moved property

This commit is contained in:
Andrei Prigorshnev 2024-04-01 22:59:58 +04:00
parent e6243cb9b5
commit aeef694c57
No known key found for this signature in database
GPG Key ID: 185E0A5F45783902
1 changed files with 0 additions and 7 deletions

View File

@ -18,13 +18,6 @@ export default class AssignUserForm extends Component {
this.args.formApi.submit = this.assign;
}
@action
handleTextAreaKeydown(event) {
if ((event.ctrlKey || event.metaKey) && event.key === "Enter") {
this.assign();
}
}
@action
async assign() {
if (!this.assigneeName) {