mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed emoji picker labs flag not being passed through to editor (#18763)
no issue - fixed `editor`/`lexical` typo in the feature flag name inside Admin
This commit is contained in:
parent
96b7ba4755
commit
75302ee184
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default class FeatureService extends Service {
|
|||
@feature('tipsAndDonations') tipsAndDonations;
|
||||
@feature('recommendations') recommendations;
|
||||
@feature('lexicalIndicators') lexicalIndicators;
|
||||
@feature('editorEmojiPicker') lexicalEmojiPicker;
|
||||
@feature('editorEmojiPicker') editorEmojiPicker;
|
||||
|
||||
_user = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue