Removed explore from labs
refs 6ce3e8efd6
- explore was accidentally left behind in labs alpha UI after going GA due to merge conflicts
This commit is contained in:
parent
dee631e70e
commit
de49ab6423
@ -60,7 +60,6 @@ export default class FeatureService extends Service {
|
||||
@feature('beforeAfterCard') beforeAfterCard;
|
||||
@feature('comments') comments;
|
||||
@feature('newsletterPaywall') newsletterPaywall;
|
||||
@feature('explore') explore;
|
||||
@feature('freeTrial') freeTrial;
|
||||
|
||||
_user = null;
|
||||
|
@ -226,19 +226,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Ghost Explore</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Allow integration with Ghost Explore
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="explore" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user