fixed the details view

This commit is contained in:
antelle 2020-05-07 23:10:35 +02:00
parent a280258d4f
commit c08a0eb8d1
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function createDetailsFields(detailsView) {
value() {
return model.user;
},
getCompletions: detailsView.getUserNameCompletions.bind(this),
getCompletions: detailsView.getUserNameCompletions.bind(detailsView),
sequence: '{USERNAME}'
})
);