summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/search_user_provider.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/suggestion/search_user_provider.jsx')
-rw-r--r--webapp/components/suggestion/search_user_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/suggestion/search_user_provider.jsx b/webapp/components/suggestion/search_user_provider.jsx
index d55f35c87..b63206de7 100644
--- a/webapp/components/suggestion/search_user_provider.jsx
+++ b/webapp/components/suggestion/search_user_provider.jsx
@@ -63,7 +63,7 @@ export default class SearchUserProvider extends Provider {
if (captured) {
const usernamePrefix = captured[1];
- this.startNewRequest(usernamePrefix);
+ this.startNewRequest(suggestionId, usernamePrefix);
autocompleteUsersInTeam(
usernamePrefix,