Working on bug fix for viewing the IDAA Recovery Meeting list after viewing a Meeting.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user