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:
Rishabh 2022-07-12 13:22:26 +05:30
parent 9cde5db860
commit 0ec3e2274f
2 changed files with 0 additions and 14 deletions

View File

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

View File

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