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:
parent
1388c150b5
commit
ec4dc6b122
@ -172,7 +172,7 @@ export function loadCustomEmojisIfNeeded(emojis) {
|
||||
emojisToLoad.push(emoji);
|
||||
});
|
||||
|
||||
return dispatch(EmojiActions.selectCustomEmojisByName(emojisToLoad));
|
||||
return dispatch(EmojiActions.getCustomEmojisByName(emojisToLoad));
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user