summaryrefslogtreecommitdiffstats
path: root/webapp/utils/async_client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/async_client.jsx')
-rw-r--r--webapp/utils/async_client.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 3bbb01d2f..481f85000 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -1389,7 +1389,7 @@ export function editCommand(command, success, error) {
command,
(data) => {
AppDispatcher.handleServerAction({
- type: ActionTypes.RECEIVED_COMMAND,
+ type: ActionTypes.UPDATED_COMMAND,
command: data
});
@@ -1576,4 +1576,4 @@ export function listReactions(channelId, postId) {
dispatchError(err, 'listReactions');
}
);
-} \ No newline at end of file
+}