Fix loading SBX

This commit is contained in:
Sulka Haro
2023-06-04 17:58:39 +03:00
parent 7f05018df7
commit 69dba90e89
+1 -1
View File
@@ -39,7 +39,7 @@ function create (env, ctx) {
var result = ctx.sbx.properties;
if (selected.length > 0) {
result = _pick(sbx.properties, selected);
result = _pick(ctx.sbx.properties, selected);
}
result = env.settings.filteredSettings(result);