More work related to reports and them refreshing correctly
This commit is contained in:
@@ -10,7 +10,7 @@ interface Props {
|
||||
let {
|
||||
container_class_li = [],
|
||||
lq__event_session_obj_li,
|
||||
log_lvl = 0,
|
||||
log_lvl = $bindable(0),
|
||||
show_location_fields = true
|
||||
}: Props = $props();
|
||||
|
||||
@@ -38,7 +38,7 @@ if (log_lvl) {
|
||||
|
||||
<section class="ae_comp event_session_obj_tbl container {container_class_li}">
|
||||
|
||||
{#if $lq__event_session_obj_li?.length}
|
||||
{#if $lq__event_session_obj_li && $lq__event_session_obj_li?.length}
|
||||
|
||||
<div class="overflow-auto space-y-2">
|
||||
<h2 class="h3">
|
||||
|
||||
Reference in New Issue
Block a user