summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/async_client.jsx2
1 files changed, 1 insertions, 1 deletions
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');
}
);
}