Making the max person results sticky

This commit is contained in:
Scott Idem
2025-06-10 17:55:46 -04:00
parent 8c51380fb5
commit e0f0b774ef
7 changed files with 13 additions and 11 deletions

View File

@@ -396,7 +396,7 @@ let ae_triggers: key_val = $state({});
api_cfg: $ae_api,
for_obj_type: 'account',
for_obj_id: $slct.account_id,
limit: $ae_sess.person.qry_limit__people,
limit: $ae_loc.person.qry_limit__people,
// params: params
});