Cleaning up and updating the person related sections. Prep for LCI opening.
This commit is contained in:
@@ -29,7 +29,7 @@ export async function load({ params, parent }) { // route
|
||||
let load_person_obj = await core_func.load_ae_obj_id__person({
|
||||
api_cfg: ae_acct.api,
|
||||
person_id: person_id,
|
||||
try_cache: false
|
||||
try_cache: true
|
||||
});
|
||||
|
||||
ae_acct.slct.person_obj = load_person_obj;
|
||||
|
||||
Reference in New Issue
Block a user