mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix loading SBX
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user