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