Working on bug fix for viewing the IDAA Recovery Meeting list after viewing a Meeting.

This commit is contained in:
Scott Idem
2025-07-09 14:33:55 -04:00
parent 4f6684e2bd
commit 8a80bb1a2f
2 changed files with 25 additions and 8 deletions

View File

@@ -34,14 +34,14 @@ import Comp__event_obj_li from './ae_idaa_comp__event_obj_li.svelte';
// import Comp__event_obj_id_view from './ae_idaa_comp__event_obj_id_view.svelte';
// let event_id = page.url.searchParams.get('event_id') ?? null;
// if (!event_id) {
// $idaa_slct.event_id = null;
// } else {
// console.log(`ae Recovery Meetings - [event_id] +page.ts: event_id = `, event_id);
// $idaa_slct.event_id = event_id;
// $idaa_trig.event_id = event_id;
// }
let event_id = page.url.searchParams.get('event_id') ?? null;
if (!event_id) {
$idaa_slct.event_id = null;
} else {
console.log(`ae Recovery Meetings - [event_id] +page.ts: event_id = `, event_id);
$idaa_slct.event_id = event_id;
$idaa_trig.event_id = event_id;
}
let event_id_random_li: Array<string> = $state();