Minor changes.
This commit is contained in:
@@ -102,7 +102,10 @@ let ae_trigger: any = null;
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 variant-ghost-success my-2 p-2 border rounded-md items-center justify-center">
|
||||
|
||||
<span
|
||||
class="flex flex-row gap-1 items-center justify-around"
|
||||
>
|
||||
@@ -265,7 +268,11 @@ let ae_trigger: any = null;
|
||||
</button>
|
||||
<!-- {/if} -->
|
||||
</div>
|
||||
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
</section>
|
||||
@@ -212,7 +212,7 @@ $: if ($idaa_trig.event_li_qry) {
|
||||
qry_str: $idaa_loc.recovery_meetings.qry__fulltext_str,
|
||||
params: params,
|
||||
try_cache: try_cache,
|
||||
log_lvl: 2,
|
||||
log_lvl: log_lvl,
|
||||
})
|
||||
.then(function (search_results) {
|
||||
// Processing the results from the search.
|
||||
|
||||
Reference in New Issue
Block a user