Mostly style improvements in general and for LCI

This commit is contained in:
Scott Idem
2025-06-24 11:48:56 -04:00
parent d86558caa0
commit c47019ddba
8 changed files with 41 additions and 23 deletions

View File

@@ -126,7 +126,7 @@ const ae_app_local_data_defaults: key_val = {
primary_email: null, // The primary email of the logged-in person/user
user_id: null, // The user ID of the logged-in user
qry_limit__people: 149,
qry_limit__people: 150,
show_content__person_page_help: false,
},
@@ -368,7 +368,7 @@ let ae_app_session_data_defaults: key_val = {
'person': {
show_report__person_li: false,
qry_limit__people: 99,
qry_limit__people: 100,
},
show__modal_change_password: false,