Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
27f6781499
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default {
|
||||||
|
|
||||||
return FEATURES.filter((f) => {
|
return FEATURES.filter((f) => {
|
||||||
const sdkConfigValue = featuresConfig[f.id];
|
const sdkConfigValue = featuresConfig[f.id];
|
||||||
if (!['enable', 'disable'].includes(sdkConfigValue)) {
|
|
||||||
|
if (sdkConfigValue === 'labs') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}).map((f) => {
|
}).map((f) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue