Slow and steady progress getting things working more smoothly.

This commit is contained in:
Scott Idem
2024-04-03 14:54:33 -04:00
parent 1555f0f8d0
commit b5588fd9a1
7 changed files with 199 additions and 48 deletions

View File

@@ -44,7 +44,10 @@ let events_local_data_struct: key_val = {
// Lead Retrievals (Exhibit)
'leads': {
show_option__paid_tab: true,
show_content__scan_requirements: true,
show_content__custom_question_descriptions: true,
show_content__email_link_warning: true,
// For ISHLT 2024 Annual Meeting only!
default__external_registration_id: '2024_Annual Meeting',

View File

@@ -58,7 +58,7 @@ onMount(() => {
});
$: if (trigger_patch) {
$: if (trigger_patch == true) {
console.log('AE CRUD: Patch triggered!');
// console.log(trigger_patch);
trigger_patch = null;