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

@@ -522,10 +522,12 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
border=""
class="bg-surface-100-800-token w-full"
>
{#if $events_loc.leads.show_option__paid_tab}
<Tab
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
name="tab_payment"
value={'payment'}>
value={'payment'}
>
<svelte:fragment slot="lead">
{#if !$event_exhibit_obj?.priority}
<span class="fas fa-question text-red-500"></span>
@@ -541,6 +543,7 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
Payment</span>
{/if}
</Tab>
{/if}
<Tab
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}