Slow and steady progress getting things working more smoothly.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user