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) {
|
||||
labsFeatures = FEATURES;
|
||||
} else {
|
||||
labsFeatures.filter((f) => {
|
||||
labsFeatures = FEATURES.filter((f) => {
|
||||
const sdkConfigValue = featuresConfig[f.id];
|
||||
if (sdkConfigValue === 'labs') {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue