Removed matchHelper labs flag toggle

refs 981f11da95

- `{{match}}` is GA now and the flag doesn't exist server-side so it was always auto-toggling off in Admin
This commit is contained in:
Kevin Ansfield 2021-10-19 19:25:23 +01:00
parent 1172267e55
commit 6c14e1ea71
2 changed files with 1 additions and 15 deletions

View File

@ -52,11 +52,10 @@ export default Service.extend({
emailAnalytics: feature('emailAnalytics'),
nightShift: feature('nightShift', {user: true, onChange: '_setAdminTheme'}),
launchComplete: feature('launchComplete', {user: true}),
matchHelper: feature('matchHelper'),
multipleProducts: feature('multipleProducts'),
offers: feature('offers', {developer: true}),
oauthLogin: feature('oauthLogin', {developer: true}),
customThemeSettings: feature('customThemeSettings', {developer: true, requires: ['matchHelper']}),
customThemeSettings: feature('customThemeSettings', {developer: true}),
membersActivity: feature('membersActivity', {developer: true}),
_user: null,

View File

@ -248,19 +248,6 @@
{{/if}}
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Match helper</h4>
<p class="gh-expandable-description">
Experimental <code>\{{match}}</code> helper for themes
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="matchHelper" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>