From 42f28886cca4ddf0f2814ce27d6dfbce95aa1625 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 6 Dec 2016 10:50:56 -0500 Subject: Autocomplete is now case insensitive (#4709) --- webapp/utils/async_client.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/utils') diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx index 481f85000..9bcb4e07f 100644 --- a/webapp/utils/async_client.jsx +++ b/webapp/utils/async_client.jsx @@ -989,7 +989,7 @@ export function getSuggestedCommands(command, suggestionId, component) { } }, (err) => { - dispatchError(err, 'getCommandSuggestions'); + dispatchError(err, 'getSuggestedCommands'); } ); } -- cgit v1.2.3-1-g7c22