DEV: Resolve `computed-property.override` deprecation (#462)
This commit is contained in:
parent
a655a009fa
commit
11988a9e68
|
@ -8,7 +8,6 @@
|
|||
onChange=(action "assignUsername")
|
||||
autofocus="autofocus"
|
||||
showUserStatus=true
|
||||
caretIcon="search"
|
||||
options=(hash
|
||||
mobilePlacementStrategy="absolute"
|
||||
filterPlaceholder=placeholderKey
|
||||
|
@ -21,6 +20,8 @@
|
|||
autofocus=autofocus
|
||||
tabindex=1
|
||||
expandedOnInsert=(not assigneeName)
|
||||
caretUpIcon="search"
|
||||
caretDownIcon="search"
|
||||
)
|
||||
}}
|
||||
{{#if this.assigneeError}}
|
||||
|
|
Loading…
Reference in New Issue