Drop moved property
This commit is contained in:
parent
e6243cb9b5
commit
aeef694c57
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue