Working on bug fix for sign in vs the selected presentation and presenter. Partially fixed.

This commit is contained in:
Scott Idem
2024-08-07 16:09:17 -04:00
parent 7aebf24996
commit 75ee8e1b5c
3 changed files with 11 additions and 4 deletions

View File

@@ -378,6 +378,9 @@ let events_slct_obj_template: key_val = {
'event_session_obj': {},
'lq__presenter_obj': {}, // Testing passing a LiveQuery object around...
'auth__event_presenter_id': null,
'auth__event_presentation_id': null,
};
// console.log(`AE Stores - Selected Events Objects:`, events_slct_obj_template);