mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix typo in emoji code (#25290)
This commit is contained in:
@@ -172,7 +172,7 @@ export function loadCustomEmojisIfNeeded(emojis) {
|
||||
emojisToLoad.push(emoji);
|
||||
});
|
||||
|
||||
return dispatch(EmojiActions.selectCustomEmojisByName(emojisToLoad));
|
||||
return dispatch(EmojiActions.getCustomEmojisByName(emojisToLoad));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user