Now with much better badge search function. And bug fix for Payment tab.

This commit is contained in:
Scott Idem
2024-04-04 21:33:45 -04:00
parent 5671423467
commit 16f65cf85f
7 changed files with 456 additions and 92 deletions

View File

@@ -503,7 +503,7 @@ 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}
{#if $events_loc.leads.show_option__paid_tab ?? true}
<Tab
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
name="tab_payment"