0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Removed selectablePortalLinks feature flag

refs https://github.com/TryGhost/Team/issues/1616
This commit is contained in:
Simon Backx 2022-05-25 11:36:03 +02:00
parent 8115a4b6d2
commit 7f6de77cee

View file

@ -59,7 +59,6 @@ export default class FeatureService extends Service {
@feature('urlCache') urlCache;
@feature('beforeAfterCard') beforeAfterCard;
@feature('tweetGridCard') tweetGridCard;
@feature('selectablePortalLinks') selectablePortalLinks;
_user = null;