Minor changes.

This commit is contained in:
Scott Idem
2024-11-20 19:06:07 -05:00
parent e4485f2bda
commit fcec4ed96f
2 changed files with 49 additions and 42 deletions

View File

@@ -102,7 +102,10 @@ let ae_trigger: any = null;
{/if} {/if}
</div> </div>
{#if $ae_loc.trusted_access && $ae_loc.edit_mode} {#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 <span
class="flex flex-row gap-1 items-center justify-around" class="flex flex-row gap-1 items-center justify-around"
> >
@@ -265,7 +268,11 @@ let ae_trigger: any = null;
</button> </button>
<!-- {/if} --> <!-- {/if} -->
</div> </div>
</section>
{/if} {/if}
</section> </section>
</section> </section>

View File

@@ -212,7 +212,7 @@ $: if ($idaa_trig.event_li_qry) {
qry_str: $idaa_loc.recovery_meetings.qry__fulltext_str, qry_str: $idaa_loc.recovery_meetings.qry__fulltext_str,
params: params, params: params,
try_cache: try_cache, try_cache: try_cache,
log_lvl: 2, log_lvl: log_lvl,
}) })
.then(function (search_results) { .then(function (search_results) {
// Processing the results from the search. // Processing the results from the search.