Fix labs again
This commit is contained in:
parent
42e31ecba6
commit
5214a867db
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default {
|
||||||
if (enableLabs) {
|
if (enableLabs) {
|
||||||
labsFeatures = FEATURES;
|
labsFeatures = FEATURES;
|
||||||
} else {
|
} else {
|
||||||
labsFeatures.filter((f) => {
|
labsFeatures = FEATURES.filter((f) => {
|
||||||
const sdkConfigValue = featuresConfig[f.id];
|
const sdkConfigValue = featuresConfig[f.id];
|
||||||
if (sdkConfigValue === 'labs') {
|
if (sdkConfigValue === 'labs') {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue