mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Removed sodo search alpha feature flag
refs https://github.com/TryGhost/Team/issues/1665 - removes feature flag for sodo search as its now bumped to GA
This commit is contained in:
parent
9cde5db860
commit
0ec3e2274f
@ -58,7 +58,6 @@ export default class FeatureService extends Service {
|
||||
// labs flags
|
||||
@feature('urlCache') urlCache;
|
||||
@feature('beforeAfterCard') beforeAfterCard;
|
||||
@feature('sodoSearch') sodoSearch;
|
||||
@feature('comments') comments;
|
||||
|
||||
_user = null;
|
||||
|
@ -213,19 +213,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Sodo Search</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Enable Sodo Search
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="sodoSearch" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user