0
Fork 0
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:
Kevin Ansfield 2023-10-25 17:07:24 +01:00 committed by GitHub
parent 96b7ba4755
commit 75302ee184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;