fix argument order
This commit is contained in:
parent
e855a056c7
commit
a999acbd04
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class PillCandidatePart extends PlainPart {
|
|||
}
|
||||
}
|
||||
|
||||
export function autoCompleteCreator(updateQuery, getAutocompleterComponent) {
|
||||
export function autoCompleteCreator(getAutocompleterComponent, updateQuery) {
|
||||
return (partCreator) => {
|
||||
return (updateCallback) => {
|
||||
return new AutocompleteWrapperModel(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue