Chasing and fixing bugs

This commit is contained in:
Scott Idem
2024-09-16 15:09:23 -04:00
parent 1faf7fb18f
commit c7b48ca97a
4 changed files with 8 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ export function sync_config__event_pres_mgmt(
// Deal with things that can be overridden:
if (pres_mgmt_cfg_remote?.sync_local_config) {
if (pres_mgmt_cfg_local?.sync_local_config) {
// Hide content:
pres_mgmt_cfg_local.hide__location_code = pres_mgmt_cfg_remote?.hide__location_code ?? false;